COLOR #E2C5F0

HEX: #E2C5F0
RGB: (226,197,240)

Color info

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

RGB color model

#E2C5F0 color RGB value is (226,197,240).

  • red value is 226;
  • green value is 197;
  • blue value is 240.
RGB:
(226,197,240)
(89%,77%,94%)

RGB channels and saturation

R 226 of 255 = 89%
G 197 of 255 = 77%
B 240 of 255 = 94%

226
197
240

R + G + B ~ 87%. #E2C5F0 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 197 + 240 = 663 (100%)
R 226 of 663 ~ 34.09%
G 197 of 663 ~ 29.71%
B 240 of 663 ~ 36.2%

%34.09
%29.71
%36.2

CMYK color model

#E2C5F0 color CMYK value is (6,18,0,6).

  • cyan value is 5.83%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(6,18,0,6)
C6M18Y0K6 
(6%,18%,0%,6%)
(0.06/0.18/0.00/0.06)	

CMYK percentages

%5.83
%17.92
%0
%5.88

Codes

Color #E2C5F0 in popluar color models

E2C5F0
RGB226197240
HSL280°58.90%85.69%
HSB/HSV280°17.92%94.12%
CMYK5.83%17.92%0.00%
5.88%

Color #E2C5F0 in popluar number systems.

HEXE2C5F0
Decimal226197240
Binary111000101100010111110000
Octal342305360

Shades and tints

Shades of #E2C5F0

#E2C5F0
(226,197,240)
#CEB4DB
(206,180,219)
#BAA3C6
(186,163,198)
#A692B1
(166,146,177)
#92819C
(146,129,156)
#7E7087
(126,112,135)
#6A5F72
(106,95,114)
#564E5D
(86,78,93)
#423D48
(66,61,72)
#2E2C33
(46,44,51)
#1A1B1E
(26,27,30)
#000000
(0,0,0)

Tints of #E2C5F0

#E2C5F0
(226,197,240)
#E4CAF1
(228,202,241)
#E6CFF2
(230,207,242)
#E8D4F3
(232,212,243)
#EAD9F4
(234,217,244)
#ECDEF5
(236,222,245)
#EEE3F6
(238,227,246)
#F0E8F7
(240,232,247)
#F2EDF8
(242,237,248)
#F4F2F9
(244,242,249)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C5F0 color. Also use rgb(226,197,240) instead hex code.

Text Font Color

.myTextColor { color: #E2C5F0; }

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

This text font color is #E2C5F0.


Background Color

.myBgColor { background-color: #E2C5F0; }

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

This div background color is #E2C5F0.


Border color

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

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

This div border color is #E2C5F0.


Opacity

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

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

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

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

This text has shadow with #E2C5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C5F0 on black background.


Color preview on white background

This text has color #E2C5F0 on white background.



Black color preview on #E2C5F0 background

This text has black color on #E2C5F0 background.


White color preview on #E2C5F0 background

This text has white color on #E2C5F0 background.