COLOR #E2C2EA

HEX: #E2C2EA RGB: (226,194,234)

Color info

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

RGB color model

#E2C2EA color RGB value is (226,194,234).

RGB: (226,194,234) (89%, 76%, 92%)

RGB channels and saturation

R 226 of 255 = 89%
G 194 of 255 = 76%
B 234 of 255 = 92%

226
194
234

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

Portions of RGB colors in percentages

R + G + B = 226 + 194 + 234 = 654 (100%)
R 226 of 654 ~ 34.56%
G 194 of 654 ~ 29.66%
B 234 of 654 ~ 35.78'%

%34.56
%29.66
%35.78

CMYK color model

#E2C2EA color CMYK value is (3,17,0,8).

  • cyan value is 3.42%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (3,17,0,8)
C3M17Y0K8 (3%, 17%, 0%, 8%)
(0.03 / 0.17 / 0.00 / 0.08)

CMYK percentages

%3.42
%17.09
%0
%8.24

Codes

Color #E2C2EA in popluar color models

E2 C2 EA
RGB 226 194 234
HSL 288° 48.78% 83.92%
HSB/HSV 288° 17.09% 91.76%
CMYK 3.42% 17.09% 0.00%
8.24%

Color #E2C2EA in popluar number systems.

HEX E2 C2 EA
Decimal 226 194 234
Binary 11100010 11000010 11101010
Octal 342 302 352

Shades and tints

Shades of #E2C2EA

#E2C2EA
(226,194,234)
#CEB1D5
(206,177,213)
#BAA0C0
(186,160,192)
#A68FAB
(166,143,171)
#927E96
(146,126,150)
#7E6D81
(126,109,129)
#6A5C6C
(106,92,108)
#564B57
(86,75,87)
#423A42
(66,58,66)
#2E292D
(46,41,45)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #E2C2EA

#E2C2EA
(226,194,234)
#E4C7EB
(228,199,235)
#E6CCEC
(230,204,236)
#E8D1ED
(232,209,237)
#EAD6EE
(234,214,238)
#ECDBEF
(236,219,239)
#EEE0F0
(238,224,240)
#F0E5F1
(240,229,241)
#F2EAF2
(242,234,242)
#F4EFF3
(244,239,243)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C2EA; }

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

This text font color is #E2C2EA.

Background Color

.myBgColor { background-color: #E2C2EA; }

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

This div background color is #E2C2EA.

Border color

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

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

This div border color is #E2C2EA.

Opacity

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

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

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

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

This text has shadow with #E2C2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C2EA.

Preview

Color preview on black background

This text has color #E2C2EA on black background.


Color preview on white background

This text has color #E2C2EA on white background.


Black color preview on #E2C2EA background

This text has black color on #E2C2EA background.


White color preview on #E2C2EA background

This text has white color on #E2C2EA background.


Related colors

Complementary color

Complementary color for #hex is #1D3D15.


I love getcolorcode.com

Triadic colors

1 #EAE2C2 and #C2EAE2 with #E2C2EA are triadic colors.

2 #EAC2E2 and #C2E2EA with #E2C2EA are triadic colors.