COLOR #E05C81

HEX: #E05C81 RGB: (224,92,129)

Color info

#E05C81 contains mainly red color. Web safe color of #E05C81 is #CC6699 (or #C69).

RGB color model

#E05C81 color RGB value is (224,92,129).

RGB: (224,92,129) (88%, 36%, 51%)

RGB channels and saturation

R 224 of 255 = 88%
G 92 of 255 = 36%
B 129 of 255 = 51%

224
92
129

R + G + B ~ 58%. #E05C81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 224 + 92 + 129 = 445 (100%)
R 224 of 445 ~ 50.34%
G 92 of 445 ~ 20.67%
B 129 of 445 ~ 28.99'%

%50.34
%20.67
%28.99

CMYK color model

#E05C81 color CMYK value is (0,59,42,12).

  • cyan value is 0.00%
  • magenta value is 58.93%
  • yellow value is 42.41%
  • key color value is 12.16%

CMYK: (0,59,42,12)
C0M59Y42K12 (0%, 59%, 42%, 12%)
(0.00 / 0.59 / 0.42 / 0.12)

CMYK percentages

%0
%58.93
%42.41
%12.16

Codes

Color #E05C81 in popluar color models

E0 5C 81
RGB 224 92 129
HSL 343° 68.04% 61.96%
HSB/HSV 343° 58.93% 87.84%
CMYK 0.00% 58.93% 42.41%
12.16%

Color #E05C81 in popluar number systems.

HEX E0 5C 81
Decimal 224 92 129
Binary 11100000 1011100 10000001
Octal 340 134 201

Shades and tints

Shades of #E05C81

#E05C81
(224,92,129)
#CC5476
(204,84,118)
#B84C6B
(184,76,107)
#A44460
(164,68,96)
#903C55
(144,60,85)
#7C344A
(124,52,74)
#682C3F
(104,44,63)
#542434
(84,36,52)
#401C29
(64,28,41)
#2C141E
(44,20,30)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #E05C81

#E05C81
(224,92,129)
#E26A8C
(226,106,140)
#E47897
(228,120,151)
#E686A2
(230,134,162)
#E894AD
(232,148,173)
#EAA2B8
(234,162,184)
#ECB0C3
(236,176,195)
#EEBECE
(238,190,206)
#F0CCD9
(240,204,217)
#F2DAE4
(242,218,228)
#F4E8EF
(244,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E05C81 color. Also use rgb(224,92,129) instead hex code.

Text Font Color

.myTextColor { color: #E05C81; }

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

This text font color is #E05C81.

Background Color

.myBgColor { background-color: #E05C81; }

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

This div background color is #E05C81.

Border color

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

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

This div border color is #E05C81.

Opacity

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

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

Text with #E05C81 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 #E05C81;}

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

This text has shadow with #E05C81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E05C81.

Preview

Color preview on black background

This text has color #E05C81 on black background.


Color preview on white background

This text has color #E05C81 on white background.


Black color preview on #E05C81 background

This text has black color on #E05C81 background.


White color preview on #E05C81 background

This text has white color on #E05C81 background.


Related colors

Complementary color

Complementary color for #hex is #1FA37E.


I love getcolorcode.com

Triadic colors

1 #81E05C and #5C81E0 with #E05C81 are triadic colors.

2 #815CE0 and #5CE081 with #E05C81 are triadic colors.