COLOR #E05C8C

HEX: #E05C8C RGB: (224,92,140)

Color info

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

RGB color model

#E05C8C color RGB value is (224,92,140).

RGB: (224,92,140) (88%, 36%, 55%)

RGB channels and saturation

R 224 of 255 = 88%
G 92 of 255 = 36%
B 140 of 255 = 55%

224
92
140

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

Portions of RGB colors in percentages

R + G + B = 224 + 92 + 140 = 456 (100%)
R 224 of 456 ~ 49.12%
G 92 of 456 ~ 20.18%
B 140 of 456 ~ 30.7'%

%49.12
%20.18
%30.7

CMYK color model

#E05C8C color CMYK value is (0,59,38,12).

  • cyan value is 0.00%
  • magenta value is 58.93%
  • yellow value is 37.50%
  • key color value is 12.16%
CMYK: (0,59,38,12) C0M59Y38K12 (0%,59%,38%,12%) (0.00/0.59/0.38/0.12) 

CMYK percentages

%0
%58.93
%37.5
%12.16

Codes

Color #E05C8C in popluar color models

E0 5C 8C
RGB 224 92 140
HSL 338° 68.04% 61.96%
HSB/HSV 338° 58.93% 87.84%
CMYK 0.00% 58.93% 37.50%
12.16%

Color #E05C8C in popluar number systems.

HEX E0 5C 8C
Decimal 224 92 140
Binary 11100000 1011100 10001100
Octal 340 134 214

Shades and tints

Shades of #E05C8C

#E05C8C
(224,92,140)
#CC5480
(204,84,128)
#B84C74
(184,76,116)
#A44468
(164,68,104)
#903C5C
(144,60,92)
#7C3450
(124,52,80)
#682C44
(104,44,68)
#542438
(84,36,56)
#401C2C
(64,28,44)
#2C1420
(44,20,32)
#180C14
(24,12,20)
#000000
(0,0,0)

Tints of #E05C8C

#E05C8C
(224,92,140)
#E26A96
(226,106,150)
#E478A0
(228,120,160)
#E686AA
(230,134,170)
#E894B4
(232,148,180)
#EAA2BE
(234,162,190)
#ECB0C8
(236,176,200)
#EEBED2
(238,190,210)
#F0CCDC
(240,204,220)
#F2DAE6
(242,218,230)
#F4E8F0
(244,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E05C8C; }

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

This text font color is #E05C8C.

Background Color

.myBgColor { background-color: #E05C8C; }

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

This div background color is #E05C8C.

Border color

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

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

This div border color is #E05C8C.

Opacity

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

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

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

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

This text has shadow with #E05C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E05C8C.

Preview

Color preview on black background

This text has color #E05C8C on black background.


Color preview on white background

This text has color #E05C8C on white background.


Black color preview on #E05C8C background

This text has black color on #E05C8C background.


White color preview on #E05C8C background

This text has white color on #E05C8C background.


Related colors

Complementary color

Complementary color for #hex is #1FA373.


I love getcolorcode.com

Triadic colors

1 #8CE05C and #5C8CE0 with #E05C8C are triadic colors.

2 #8C5CE0 and #5CE08C with #E05C8C are triadic colors.