COLOR #E0867E

HEX: #E0867E
RGB: (224,134,126)

Color info

#E0867E contains mainly red color. Web safe color of #E0867E is #CC9966 (or #C96).

RGB color model

#E0867E color RGB value is (224,134,126).

  • red value is 224;
  • green value is 134;
  • blue value is 126.
RGB:
(224,134,126)
(88%,53%,49%)

RGB channels and saturation

R 224 of 255 = 88%
G 134 of 255 = 53%
B 126 of 255 = 49%

224
134
126

R + G + B ~ 63%. #E0867E is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 134 + 126 = 484 (100%)
R 224 of 484 ~ 46.28%
G 134 of 484 ~ 27.69%
B 126 of 484 ~ 26.03%

%46.28
%27.69
%26.03

CMYK color model

#E0867E color CMYK value is (0,40,44,12).

  • cyan value is 0.00%
  • magenta value is 40.18%
  • yellow value is 43.75%
  • key color value is 12.16%
CMYK:
(0,40,44,12)
C0M40Y44K12 
(0%,40%,44%,12%)
(0.00/0.40/0.44/0.12)	

CMYK percentages

%0
%40.18
%43.75
%12.16

Codes

Color #E0867E in popluar color models

E0867E
RGB224134126
HSL61.25%68.63%
HSB/HSV43.75%87.84%
CMYK0.00%40.18%43.75%
12.16%

Color #E0867E in popluar number systems.

HEXE0867E
Decimal224134126
Binary11100000100001101111110
Octal340206176

Shades and tints

Shades of #E0867E

#E0867E
(224,134,126)
#CC7A73
(204,122,115)
#B86E68
(184,110,104)
#A4625D
(164,98,93)
#905652
(144,86,82)
#7C4A47
(124,74,71)
#683E3C
(104,62,60)
#543231
(84,50,49)
#402626
(64,38,38)
#2C1A1B
(44,26,27)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #E0867E

#E0867E
(224,134,126)
#E29189
(226,145,137)
#E49C94
(228,156,148)
#E6A79F
(230,167,159)
#E8B2AA
(232,178,170)
#EABDB5
(234,189,181)
#ECC8C0
(236,200,192)
#EED3CB
(238,211,203)
#F0DED6
(240,222,214)
#F2E9E1
(242,233,225)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0867E color. Also use rgb(224,134,126) instead hex code.

Text Font Color

.myTextColor { color: #E0867E; }

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

This text font color is #E0867E.


Background Color

.myBgColor { background-color: #E0867E; }

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

This div background color is #E0867E.


Border color

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

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

This div border color is #E0867E.


Opacity

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

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

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

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

This text has shadow with #E0867E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0867E on black background.


Color preview on white background

This text has color #E0867E on white background.



Black color preview on #E0867E background

This text has black color on #E0867E background.


White color preview on #E0867E background

This text has white color on #E0867E background.