COLOR #E35993

HEX: #E35993
RGB: (227,89,147)

Renk bilgisi

#E35993 contains mainly red color. #E35993 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#E35993 color RGB value is (227,89,147).

  • kırmız ton 227;
  • yeşil ton 89;
  • mavi ton 147.
RGB:
(227,89,147)
(89%,35%,58%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 89 of 255 = 35%
B 147 of 255 = 58%

227
89
147

R + G + B ~ 61%. #E35993 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 89 + 147 = 463 (100%)
R 227 of 463 ~ 49.03%
G 89 of 463 ~ 19.22%
B 147 of 463 ~ 31.75%

%49.03
%19.22
%31.75

CMYK RENK MODELİ

#E35993 rengi CMYK tonu (0,61,35,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.79%
  • sarı tonu 35.24%
  • ana renk tonu 10.98%
CMYK:
(0,61,35,11)
C0M61Y35K11 
(0%,61%,35%,11%)
(0.00/0.61/0.35/0.11)	

CMYK yüzdeleri

%0
%60.79
%35.24
%10.98

Codes

Color #E35993 in popluar color models

E35993
RGB22789147
HSL335°71.13%61.96%
HSB/HSV335°60.79%89.02%
CMYK0.00%60.79%35.24%
10.98%

Color #E35993 in popluar number systems.

HEXE35993
Decimal22789147
Binary11100011101100110010011
Octal343131223

Shades and tints

Shades of #E35993

#E35993
(227,89,147)
#CF5186
(207,81,134)
#BB4979
(187,73,121)
#A7416C
(167,65,108)
#93395F
(147,57,95)
#7F3152
(127,49,82)
#6B2945
(107,41,69)
#572138
(87,33,56)
#43192B
(67,25,43)
#2F111E
(47,17,30)
#1B0911
(27,9,17)
#000000
(0,0,0)

Tints of #E35993

#E35993
(227,89,147)
#E5689C
(229,104,156)
#E777A5
(231,119,165)
#E986AE
(233,134,174)
#EB95B7
(235,149,183)
#EDA4C0
(237,164,192)
#EFB3C9
(239,179,201)
#F1C2D2
(241,194,210)
#F3D1DB
(243,209,219)
#F5E0E4
(245,224,228)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35993 color. Also use rgb(227,89,147) instead hex code.

Text Font Color

.myTextColor { color: #E35993; }

<p style="color:#E35993">This sample text font color is #E35993.</p>

This text font color is #E35993.


Background Color

.myBgColor { background-color: #E35993; }

<div style="background-color:#E35993">Inner text</div>

This div background color is #E35993.


Border color

.myBorderColor { border: 1px solid #E35993; }

<div style="border:3px solid #E35993">Div</div>

This div border color is #E35993.


Opacity

.myOpacity80 { color: #E35993; opacity: 0.8; }

<p style="color:#E35993;opacity:0.8;">80%</p>

Text with #E35993 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E35993;}

<p style="text-shadow: 3px 3px 1px #E35993">Text here.</p>

This text has shadow with #E35993 color.

.textShadow {text-shadow: 3px 3px 1px #E35993, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E35993, 5px 5px 20px red">Text here.</p>

This text has shadow with #E35993 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E35993, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E35993, Direction=45, Strength=4)">Text</p>

This text has shadow with #E35993 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E35993;
  -webkit-box-shadow:	1px 1px 3px 2px #E35993;
  box-shadow:		1px 1px 3px 2px #E35993;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E35993;
-webkit-box-shadow: 1px 1px 3px 2px #E35993;
box-shadow:1px 1px 3px 2px #E35993;">
Div content here</div>
This div box has shadow with color #E35993.

Preview

Color preview on black background

This text has color #E35993 on black background.


Color preview on white background

This text has color #E35993 on white background.



Black color preview on #E35993 background

This text has black color on #E35993 background.


White color preview on #E35993 background

This text has white color on #E35993 background.