COLOR #E2C1F0

HEX: #E2C1F0
RGB: (226,193,240)

Color info

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

RGB color model

#E2C1F0 color RGB value is (226,193,240).

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

RGB channels and saturation

R 226 of 255 = 89%
G 193 of 255 = 76%
B 240 of 255 = 94%

226
193
240

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

Portions of RGB colors in percentages

R + G + B =
226 + 193 + 240 = 659 (100%)
R 226 of 659 ~ 34.29%
G 193 of 659 ~ 29.29%
B 240 of 659 ~ 36.42%

%34.29
%29.29
%36.42

CMYK color model

#E2C1F0 color CMYK value is (6,20,0,6).

  • cyan value is 5.83%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(6,20,0,6)
C6M20Y0K6 
(6%,20%,0%,6%)
(0.06/0.20/0.00/0.06)	

CMYK percentages

%5.83
%19.58
%0
%5.88

Codes

Color #E2C1F0 in popluar color models

E2C1F0
RGB226193240
HSL282°61.04%84.90%
HSB/HSV282°19.58%94.12%
CMYK5.83%19.58%0.00%
5.88%

Color #E2C1F0 in popluar number systems.

HEXE2C1F0
Decimal226193240
Binary111000101100000111110000
Octal342301360

Shades and tints

Shades of #E2C1F0

#E2C1F0
(226,193,240)
#CEB0DB
(206,176,219)
#BA9FC6
(186,159,198)
#A68EB1
(166,142,177)
#927D9C
(146,125,156)
#7E6C87
(126,108,135)
#6A5B72
(106,91,114)
#564A5D
(86,74,93)
#423948
(66,57,72)
#2E2833
(46,40,51)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #E2C1F0

#E2C1F0
(226,193,240)
#E4C6F1
(228,198,241)
#E6CBF2
(230,203,242)
#E8D0F3
(232,208,243)
#EAD5F4
(234,213,244)
#ECDAF5
(236,218,245)
#EEDFF6
(238,223,246)
#F0E4F7
(240,228,247)
#F2E9F8
(242,233,248)
#F4EEF9
(244,238,249)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C1F0; }

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

This text font color is #E2C1F0.


Background Color

.myBgColor { background-color: #E2C1F0; }

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

This div background color is #E2C1F0.


Border color

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

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

This div border color is #E2C1F0.


Opacity

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

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

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

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

This text has shadow with #E2C1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C1F0 on black background.


Color preview on white background

This text has color #E2C1F0 on white background.



Black color preview on #E2C1F0 background

This text has black color on #E2C1F0 background.


White color preview on #E2C1F0 background

This text has white color on #E2C1F0 background.