COLOR #E2C9FF

HEX: #E2C9FF
RGB: (226,201,255)

Color info

#E2C9FF contains red, green and blue colors in about the same proportion. Web safe color of #E2C9FF is #CCCCFF (or #CCF).

RGB color model

#E2C9FF color RGB value is (226,201,255).

  • red value is 226;
  • green value is 201;
  • blue value is 255.
RGB:
(226,201,255)
(89%,79%,100%)

RGB channels and saturation

R 226 of 255 = 89%
G 201 of 255 = 79%
B 255 of 255 = 100%

226
201
255

R + G + B ~ 89%. #E2C9FF is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 201 + 255 = 682 (100%)
R 226 of 682 ~ 33.14%
G 201 of 682 ~ 29.47%
B 255 of 682 ~ 37.39%

%33.14
%29.47
%37.39

CMYK color model

#E2C9FF color CMYK value is (11,21,0,0).

  • cyan value is 11.37%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(11,21,0,0)
C11M21Y0K0 
(11%,21%,0%,0%)
(0.11/0.21/0.00/0.00)	

CMYK percentages

%11.37
%21.18
%0
%0

Codes

Color #E2C9FF in popluar color models

E2C9FF
RGB226201255
HSL268°100.00%89.41%
HSB/HSV268°21.18%100.00%
CMYK11.37%21.18%0.00%
0.00%

Color #E2C9FF in popluar number systems.

HEXE2C9FF
Decimal226201255
Binary111000101100100111111111
Octal342311377

Shades and tints

Shades of #E2C9FF

#E2C9FF
(226,201,255)
#CEB7E8
(206,183,232)
#BAA5D1
(186,165,209)
#A693BA
(166,147,186)
#9281A3
(146,129,163)
#7E6F8C
(126,111,140)
#6A5D75
(106,93,117)
#564B5E
(86,75,94)
#423947
(66,57,71)
#2E2730
(46,39,48)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #E2C9FF

#E2C9FF
(226,201,255)
#E4CDFF
(228,205,255)
#E6D1FF
(230,209,255)
#E8D5FF
(232,213,255)
#EAD9FF
(234,217,255)
#ECDDFF
(236,221,255)
#EEE1FF
(238,225,255)
#F0E5FF
(240,229,255)
#F2E9FF
(242,233,255)
#F4EDFF
(244,237,255)
#F6F1FF
(246,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C9FF color. Also use rgb(226,201,255) instead hex code.

Text Font Color

.myTextColor { color: #E2C9FF; }

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

This text font color is #E2C9FF.


Background Color

.myBgColor { background-color: #E2C9FF; }

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

This div background color is #E2C9FF.


Border color

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

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

This div border color is #E2C9FF.


Opacity

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

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

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

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

This text has shadow with #E2C9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C9FF on black background.


Color preview on white background

This text has color #E2C9FF on white background.



Black color preview on #E2C9FF background

This text has black color on #E2C9FF background.


White color preview on #E2C9FF background

This text has white color on #E2C9FF background.