COLOR #E07C8D

HEX: #E07C8D
RGB: (224,124,141)

Color info

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

RGB color model

#E07C8D color RGB value is (224,124,141).

  • red value is 224;
  • green value is 124;
  • blue value is 141.
RGB:
(224,124,141)
(88%,49%,55%)

RGB channels and saturation

R 224 of 255 = 88%
G 124 of 255 = 49%
B 141 of 255 = 55%

224
124
141

R + G + B ~ 64%. #E07C8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 124 + 141 = 489 (100%)
R 224 of 489 ~ 45.81%
G 124 of 489 ~ 25.36%
B 141 of 489 ~ 28.83%

%45.81
%25.36
%28.83

CMYK color model

#E07C8D color CMYK value is (0,45,37,12).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK:
(0,45,37,12)
C0M45Y37K12 
(0%,45%,37%,12%)
(0.00/0.45/0.37/0.12)	

CMYK percentages

%0
%44.64
%37.05
%12.16

Codes

Color #E07C8D in popluar color models

E07C8D
RGB224124141
HSL350°61.73%68.24%
HSB/HSV350°44.64%87.84%
CMYK0.00%44.64%37.05%
12.16%

Color #E07C8D in popluar number systems.

HEXE07C8D
Decimal224124141
Binary11100000111110010001101
Octal340174215

Shades and tints

Shades of #E07C8D

#E07C8D
(224,124,141)
#CC7181
(204,113,129)
#B86675
(184,102,117)
#A45B69
(164,91,105)
#90505D
(144,80,93)
#7C4551
(124,69,81)
#683A45
(104,58,69)
#542F39
(84,47,57)
#40242D
(64,36,45)
#2C1921
(44,25,33)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #E07C8D

#E07C8D
(224,124,141)
#E28797
(226,135,151)
#E492A1
(228,146,161)
#E69DAB
(230,157,171)
#E8A8B5
(232,168,181)
#EAB3BF
(234,179,191)
#ECBEC9
(236,190,201)
#EEC9D3
(238,201,211)
#F0D4DD
(240,212,221)
#F2DFE7
(242,223,231)
#F4EAF1
(244,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07C8D color. Also use rgb(224,124,141) instead hex code.

Text Font Color

.myTextColor { color: #E07C8D; }

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

This text font color is #E07C8D.


Background Color

.myBgColor { background-color: #E07C8D; }

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

This div background color is #E07C8D.


Border color

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

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

This div border color is #E07C8D.


Opacity

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

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

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

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

This text has shadow with #E07C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07C8D on black background.


Color preview on white background

This text has color #E07C8D on white background.



Black color preview on #E07C8D background

This text has black color on #E07C8D background.


White color preview on #E07C8D background

This text has white color on #E07C8D background.