COLOR #E8C0EB

HEX: #E8C0EB
RGB: (232,192,235)

Color info

#E8C0EB contains red, green and blue colors in about the same proportion. Web safe color of #E8C0EB is #FFCCFF (or #FCF).

RGB color model

#E8C0EB color RGB value is (232,192,235).

  • red value is 232;
  • green value is 192;
  • blue value is 235.
RGB:
(232,192,235)
(91%,75%,92%)

RGB channels and saturation

R 232 of 255 = 91%
G 192 of 255 = 75%
B 235 of 255 = 92%

232
192
235

R + G + B ~ 86%. #E8C0EB is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 192 + 235 = 659 (100%)
R 232 of 659 ~ 35.2%
G 192 of 659 ~ 29.14%
B 235 of 659 ~ 35.66%

%35.2
%29.14
%35.66

CMYK color model

#E8C0EB color CMYK value is (1,18,0,8).

  • cyan value is 1.28%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,18,0,8)
C1M18Y0K8 
(1%,18%,0%,8%)
(0.01/0.18/0.00/0.08)	

CMYK percentages

%1.28
%18.3
%0
%7.84

Codes

Color #E8C0EB in popluar color models

E8C0EB
RGB232192235
HSL296°51.81%83.73%
HSB/HSV296°18.30%92.16%
CMYK1.28%18.30%0.00%
7.84%

Color #E8C0EB in popluar number systems.

HEXE8C0EB
Decimal232192235
Binary111010001100000011101011
Octal350300353

Shades and tints

Shades of #E8C0EB

#E8C0EB
(232,192,235)
#D3AFD6
(211,175,214)
#BE9EC1
(190,158,193)
#A98DAC
(169,141,172)
#947C97
(148,124,151)
#7F6B82
(127,107,130)
#6A5A6D
(106,90,109)
#554958
(85,73,88)
#403843
(64,56,67)
#2B272E
(43,39,46)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #E8C0EB

#E8C0EB
(232,192,235)
#EAC5EC
(234,197,236)
#ECCAED
(236,202,237)
#EECFEE
(238,207,238)
#F0D4EF
(240,212,239)
#F2D9F0
(242,217,240)
#F4DEF1
(244,222,241)
#F6E3F2
(246,227,242)
#F8E8F3
(248,232,243)
#FAEDF4
(250,237,244)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C0EB color. Also use rgb(232,192,235) instead hex code.

Text Font Color

.myTextColor { color: #E8C0EB; }

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

This text font color is #E8C0EB.


Background Color

.myBgColor { background-color: #E8C0EB; }

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

This div background color is #E8C0EB.


Border color

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

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

This div border color is #E8C0EB.


Opacity

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

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

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

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

This text has shadow with #E8C0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C0EB on black background.


Color preview on white background

This text has color #E8C0EB on white background.



Black color preview on #E8C0EB background

This text has black color on #E8C0EB background.


White color preview on #E8C0EB background

This text has white color on #E8C0EB background.