COLOR #E07C9E

HEX: #E07C9E RGB: (224,124,158)

Color info

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

RGB color model

#E07C9E color RGB value is (224,124,158).

RGB: (224,124,158) (88%, 49%, 62%)

RGB channels and saturation

R 224 of 255 = 88%
G 124 of 255 = 49%
B 158 of 255 = 62%

224
124
158

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

Portions of RGB colors in percentages

R + G + B = 224 + 124 + 158 = 506 (100%)
R 224 of 506 ~ 44.27%
G 124 of 506 ~ 24.51%
B 158 of 506 ~ 31.23'%

%44.27
%24.51
%31.23

CMYK color model

#E07C9E color CMYK value is (0,45,29,12).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 29.46%
  • key color value is 12.16%
CMYK: (0,45,29,12) C0M45Y29K12 (0%,45%,29%,12%) (0.00/0.45/0.29/0.12) 

CMYK percentages

%0
%44.64
%29.46
%12.16

Codes

Color #E07C9E in popluar color models

E0 7C 9E
RGB 224 124 158
HSL 340° 61.73% 68.24%
HSB/HSV 340° 44.64% 87.84%
CMYK 0.00% 44.64% 29.46%
12.16%

Color #E07C9E in popluar number systems.

HEX E0 7C 9E
Decimal 224 124 158
Binary 11100000 1111100 10011110
Octal 340 174 236

Shades and tints

Shades of #E07C9E

#E07C9E
(224,124,158)
#CC7190
(204,113,144)
#B86682
(184,102,130)
#A45B74
(164,91,116)
#905066
(144,80,102)
#7C4558
(124,69,88)
#683A4A
(104,58,74)
#542F3C
(84,47,60)
#40242E
(64,36,46)
#2C1920
(44,25,32)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #E07C9E

#E07C9E
(224,124,158)
#E287A6
(226,135,166)
#E492AE
(228,146,174)
#E69DB6
(230,157,182)
#E8A8BE
(232,168,190)
#EAB3C6
(234,179,198)
#ECBECE
(236,190,206)
#EEC9D6
(238,201,214)
#F0D4DE
(240,212,222)
#F2DFE6
(242,223,230)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E07C9E; }

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

This text font color is #E07C9E.

Background Color

.myBgColor { background-color: #E07C9E; }

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

This div background color is #E07C9E.

Border color

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

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

This div border color is #E07C9E.

Opacity

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

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

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

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

This text has shadow with #E07C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E07C9E.

Preview

Color preview on black background

This text has color #E07C9E on black background.


Color preview on white background

This text has color #E07C9E on white background.


Black color preview on #E07C9E background

This text has black color on #E07C9E background.


White color preview on #E07C9E background

This text has white color on #E07C9E background.


Related colors

Complementary color

Complementary color for #hex is #1F8361.


I love getcolorcode.com

Triadic colors

1 #9EE07C and #7C9EE0 with #E07C9E are triadic colors.

2 #9E7CE0 and #7CE09E with #E07C9E are triadic colors.