COLOR #E00D6C

HEX: #E00D6C
RGB: (224,13,108)

Color info

#E00D6C contains mainly red color. Web safe color of #E00D6C is #CC0066 (or #C06).

RGB color model

#E00D6C color RGB value is (224,13,108).

  • red value is 224;
  • green value is 13;
  • blue value is 108.
RGB:
(224,13,108)
(88%,5%,42%)

RGB channels and saturation

R 224 of 255 = 88%
G 13 of 255 = 5%
B 108 of 255 = 42%

224
13
108

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

Portions of RGB colors in percentages

R + G + B =
224 + 13 + 108 = 345 (100%)
R 224 of 345 ~ 64.93%
G 13 of 345 ~ 3.77%
B 108 of 345 ~ 31.3%

%64.93
%31.3

CMYK color model

#E00D6C color CMYK value is (0,94,52,12).

  • cyan value is 0.00%
  • magenta value is 94.20%
  • yellow value is 51.79%
  • key color value is 12.16%
CMYK:
(0,94,52,12)
C0M94Y52K12 
(0%,94%,52%,12%)
(0.00/0.94/0.52/0.12)	

CMYK percentages

%0
%94.2
%51.79
%12.16

Codes

Color #E00D6C in popluar color models

E00D6C
RGB22413108
HSL333°89.03%46.47%
HSB/HSV333°94.20%87.84%
CMYK0.00%94.20%51.79%
12.16%

Color #E00D6C in popluar number systems.

HEXE00D6C
Decimal22413108
Binary1110000011011101100
Octal34015154

Shades and tints

Shades of #E00D6C

#E00D6C
(224,13,108)
#CC0C63
(204,12,99)
#B80B5A
(184,11,90)
#A40A51
(164,10,81)
#900948
(144,9,72)
#7C083F
(124,8,63)
#680736
(104,7,54)
#54062D
(84,6,45)
#400524
(64,5,36)
#2C041B
(44,4,27)
#180312
(24,3,18)
#000000
(0,0,0)

Tints of #E00D6C

#E00D6C
(224,13,108)
#E22379
(226,35,121)
#E43986
(228,57,134)
#E64F93
(230,79,147)
#E865A0
(232,101,160)
#EA7BAD
(234,123,173)
#EC91BA
(236,145,186)
#EEA7C7
(238,167,199)
#F0BDD4
(240,189,212)
#F2D3E1
(242,211,225)
#F4E9EE
(244,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E00D6C color. Also use rgb(224,13,108) instead hex code.

Text Font Color

.myTextColor { color: #E00D6C; }

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

This text font color is #E00D6C.


Background Color

.myBgColor { background-color: #E00D6C; }

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

This div background color is #E00D6C.


Border color

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

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

This div border color is #E00D6C.


Opacity

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

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

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

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

This text has shadow with #E00D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E00D6C on black background.


Color preview on white background

This text has color #E00D6C on white background.



Black color preview on #E00D6C background

This text has black color on #E00D6C background.


White color preview on #E00D6C background

This text has white color on #E00D6C background.