COLOR #E0868F

HEX: #E0868F
RGB: (224,134,143)

Color info

#E0868F contains mainly red color. Web safe color of #E0868F is #CC9999 (or #C99).

RGB color model

#E0868F color RGB value is (224,134,143).

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

RGB channels and saturation

R 224 of 255 = 88%
G 134 of 255 = 53%
B 143 of 255 = 56%

224
134
143

R + G + B ~ 66%. #E0868F is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 134 + 143 = 501 (100%)
R 224 of 501 ~ 44.71%
G 134 of 501 ~ 26.75%
B 143 of 501 ~ 28.54%

%44.71
%26.75
%28.54

CMYK color model

#E0868F color CMYK value is (0,40,36,12).

  • cyan value is 0.00%
  • magenta value is 40.18%
  • yellow value is 36.16%
  • key color value is 12.16%
CMYK:
(0,40,36,12)
C0M40Y36K12 
(0%,40%,36%,12%)
(0.00/0.40/0.36/0.12)	

CMYK percentages

%0
%40.18
%36.16
%12.16

Codes

Color #E0868F in popluar color models

E0868F
RGB224134143
HSL354°59.21%70.20%
HSB/HSV354°40.18%87.84%
CMYK0.00%40.18%36.16%
12.16%

Color #E0868F in popluar number systems.

HEXE0868F
Decimal224134143
Binary111000001000011010001111
Octal340206217

Shades and tints

Shades of #E0868F

#E0868F
(224,134,143)
#CC7A82
(204,122,130)
#B86E75
(184,110,117)
#A46268
(164,98,104)
#90565B
(144,86,91)
#7C4A4E
(124,74,78)
#683E41
(104,62,65)
#543234
(84,50,52)
#402627
(64,38,39)
#2C1A1A
(44,26,26)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #E0868F

#E0868F
(224,134,143)
#E29199
(226,145,153)
#E49CA3
(228,156,163)
#E6A7AD
(230,167,173)
#E8B2B7
(232,178,183)
#EABDC1
(234,189,193)
#ECC8CB
(236,200,203)
#EED3D5
(238,211,213)
#F0DEDF
(240,222,223)
#F2E9E9
(242,233,233)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0868F; }

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

This text font color is #E0868F.


Background Color

.myBgColor { background-color: #E0868F; }

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

This div background color is #E0868F.


Border color

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

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

This div border color is #E0868F.


Opacity

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

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

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

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

This text has shadow with #E0868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0868F on black background.


Color preview on white background

This text has color #E0868F on white background.



Black color preview on #E0868F background

This text has black color on #E0868F background.


White color preview on #E0868F background

This text has white color on #E0868F background.