COLOR #E07EBC

HEX: #E07EBC
RGB: (224,126,188)

Color info

#E07EBC contains mainly red and blue colors. Web safe color of #E07EBC is #CC66CC (or #C6C).

RGB color model

#E07EBC color RGB value is (224,126,188).

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

RGB channels and saturation

R 224 of 255 = 88%
G 126 of 255 = 49%
B 188 of 255 = 74%

224
126
188

R + G + B ~ 70%. #E07EBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 126 + 188 = 538 (100%)
R 224 of 538 ~ 41.64%
G 126 of 538 ~ 23.42%
B 188 of 538 ~ 34.94%

%41.64
%23.42
%34.94

CMYK color model

#E07EBC color CMYK value is (0,44,16,12).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 16.07%
  • key color value is 12.16%
CMYK:
(0,44,16,12)
C0M44Y16K12 
(0%,44%,16%,12%)
(0.00/0.44/0.16/0.12)	

CMYK percentages

%0
%43.75
%16.07
%12.16

Codes

Color #E07EBC in popluar color models

E07EBC
RGB224126188
HSL322°61.25%68.63%
HSB/HSV322°43.75%87.84%
CMYK0.00%43.75%16.07%
12.16%

Color #E07EBC in popluar number systems.

HEXE07EBC
Decimal224126188
Binary11100000111111010111100
Octal340176274

Shades and tints

Shades of #E07EBC

#E07EBC
(224,126,188)
#CC73AB
(204,115,171)
#B8689A
(184,104,154)
#A45D89
(164,93,137)
#905278
(144,82,120)
#7C4767
(124,71,103)
#683C56
(104,60,86)
#543145
(84,49,69)
#402634
(64,38,52)
#2C1B23
(44,27,35)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #E07EBC

#E07EBC
(224,126,188)
#E289C2
(226,137,194)
#E494C8
(228,148,200)
#E69FCE
(230,159,206)
#E8AAD4
(232,170,212)
#EAB5DA
(234,181,218)
#ECC0E0
(236,192,224)
#EECBE6
(238,203,230)
#F0D6EC
(240,214,236)
#F2E1F2
(242,225,242)
#F4ECF8
(244,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E07EBC; }

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

This text font color is #E07EBC.


Background Color

.myBgColor { background-color: #E07EBC; }

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

This div background color is #E07EBC.


Border color

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

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

This div border color is #E07EBC.


Opacity

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

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

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

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

This text has shadow with #E07EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07EBC on black background.


Color preview on white background

This text has color #E07EBC on white background.



Black color preview on #E07EBC background

This text has black color on #E07EBC background.


White color preview on #E07EBC background

This text has white color on #E07EBC background.