COLOR #E2C2F9

HEX: #E2C2F9
RGB: (226,194,249)

Color info

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

RGB color model

#E2C2F9 color RGB value is (226,194,249).

  • red value is 226;
  • green value is 194;
  • blue value is 249.
RGB:
(226,194,249)
(89%,76%,98%)

RGB channels and saturation

R 226 of 255 = 89%
G 194 of 255 = 76%
B 249 of 255 = 98%

226
194
249

R + G + B ~ 88%. #E2C2F9 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 194 + 249 = 669 (100%)
R 226 of 669 ~ 33.78%
G 194 of 669 ~ 29%
B 249 of 669 ~ 37.22%

%33.78
%29
%37.22

CMYK color model

#E2C2F9 color CMYK value is (9,22,0,2).

  • cyan value is 9.24%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(9,22,0,2)
C9M22Y0K2 
(9%,22%,0%,2%)
(0.09/0.22/0.00/0.02)	

CMYK percentages

%9.24
%22.09
%0
%2.35

Codes

Color #E2C2F9 in popluar color models

E2C2F9
RGB226194249
HSL275°82.09%86.86%
HSB/HSV275°22.09%97.65%
CMYK9.24%22.09%0.00%
2.35%

Color #E2C2F9 in popluar number systems.

HEXE2C2F9
Decimal226194249
Binary111000101100001011111001
Octal342302371

Shades and tints

Shades of #E2C2F9

#E2C2F9
(226,194,249)
#CEB1E3
(206,177,227)
#BAA0CD
(186,160,205)
#A68FB7
(166,143,183)
#927EA1
(146,126,161)
#7E6D8B
(126,109,139)
#6A5C75
(106,92,117)
#564B5F
(86,75,95)
#423A49
(66,58,73)
#2E2933
(46,41,51)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #E2C2F9

#E2C2F9
(226,194,249)
#E4C7F9
(228,199,249)
#E6CCF9
(230,204,249)
#E8D1F9
(232,209,249)
#EAD6F9
(234,214,249)
#ECDBF9
(236,219,249)
#EEE0F9
(238,224,249)
#F0E5F9
(240,229,249)
#F2EAF9
(242,234,249)
#F4EFF9
(244,239,249)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C2F9 color. Also use rgb(226,194,249) instead hex code.

Text Font Color

.myTextColor { color: #E2C2F9; }

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

This text font color is #E2C2F9.


Background Color

.myBgColor { background-color: #E2C2F9; }

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

This div background color is #E2C2F9.


Border color

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

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

This div border color is #E2C2F9.


Opacity

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

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

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

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

This text has shadow with #E2C2F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C2F9 on black background.


Color preview on white background

This text has color #E2C2F9 on white background.



Black color preview on #E2C2F9 background

This text has black color on #E2C2F9 background.


White color preview on #E2C2F9 background

This text has white color on #E2C2F9 background.