COLOR #E07E9C

HEX: #E07E9C RGB: (224,126,156)

Color info

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

RGB color model

#E07E9C color RGB value is (224,126,156).

RGB: (224,126,156) (88%, 49%, 61%)

RGB channels and saturation

R 224 of 255 = 88%
G 126 of 255 = 49%
B 156 of 255 = 61%

224
126
156

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

Portions of RGB colors in percentages

R + G + B = 224 + 126 + 156 = 506 (100%)
R 224 of 506 ~ 44.27%
G 126 of 506 ~ 24.9%
B 156 of 506 ~ 30.83'%

%44.27
%24.9
%30.83

CMYK color model

#E07E9C color CMYK value is (0,44,30,12).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 30.36%
  • key color value is 12.16%

CMYK: (0,44,30,12)
C0M44Y30K12 (0%, 44%, 30%, 12%)
(0.00 / 0.44 / 0.30 / 0.12)

CMYK percentages

%0
%43.75
%30.36
%12.16

Codes

Color #E07E9C in popluar color models

E0 7E 9C
RGB 224 126 156
HSL 342° 61.25% 68.63%
HSB/HSV 342° 43.75% 87.84%
CMYK 0.00% 43.75% 30.36%
12.16%

Color #E07E9C in popluar number systems.

HEX E0 7E 9C
Decimal 224 126 156
Binary 11100000 1111110 10011100
Octal 340 176 234

Shades and tints

Shades of #E07E9C

#E07E9C
(224,126,156)
#CC738E
(204,115,142)
#B86880
(184,104,128)
#A45D72
(164,93,114)
#905264
(144,82,100)
#7C4756
(124,71,86)
#683C48
(104,60,72)
#54313A
(84,49,58)
#40262C
(64,38,44)
#2C1B1E
(44,27,30)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #E07E9C

#E07E9C
(224,126,156)
#E289A5
(226,137,165)
#E494AE
(228,148,174)
#E69FB7
(230,159,183)
#E8AAC0
(232,170,192)
#EAB5C9
(234,181,201)
#ECC0D2
(236,192,210)
#EECBDB
(238,203,219)
#F0D6E4
(240,214,228)
#F2E1ED
(242,225,237)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E07E9C; }

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

This text font color is #E07E9C.

Background Color

.myBgColor { background-color: #E07E9C; }

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

This div background color is #E07E9C.

Border color

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

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

This div border color is #E07E9C.

Opacity

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

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

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

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

This text has shadow with #E07E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E07E9C.

Preview

Color preview on black background

This text has color #E07E9C on black background.


Color preview on white background

This text has color #E07E9C on white background.


Black color preview on #E07E9C background

This text has black color on #E07E9C background.


White color preview on #E07E9C background

This text has white color on #E07E9C background.


Related colors

Complementary color

Complementary color for #hex is #1F8163.


I love getcolorcode.com

Triadic colors

1 #9CE07E and #7E9CE0 with #E07E9C are triadic colors.

2 #9C7EE0 and #7EE09C with #E07E9C are triadic colors.