COLOR #E2A5CB

HEX: #E2A5CB
RGB: (226,165,203)

Color info

#E2A5CB contains mainly red and blue colors. Web safe color of #E2A5CB is #CC99CC (or #C9C).

RGB color model

#E2A5CB color RGB value is (226,165,203).

  • red value is 226;
  • green value is 165;
  • blue value is 203.
RGB:
(226,165,203)
(89%,65%,80%)

RGB channels and saturation

R 226 of 255 = 89%
G 165 of 255 = 65%
B 203 of 255 = 80%

226
165
203

R + G + B ~ 78%. #E2A5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 165 + 203 = 594 (100%)
R 226 of 594 ~ 38.05%
G 165 of 594 ~ 27.78%
B 203 of 594 ~ 34.18%

%38.05
%27.78
%34.18

CMYK color model

#E2A5CB color CMYK value is (0,27,10,11).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 10.18%
  • key color value is 11.37%
CMYK:
(0,27,10,11)
C0M27Y10K11 
(0%,27%,10%,11%)
(0.00/0.27/0.10/0.11)	

CMYK percentages

%0
%26.99
%10.18
%11.37

Codes

Color #E2A5CB in popluar color models

E2A5CB
RGB226165203
HSL323°51.26%76.67%
HSB/HSV323°26.99%88.63%
CMYK0.00%26.99%10.18%
11.37%

Color #E2A5CB in popluar number systems.

HEXE2A5CB
Decimal226165203
Binary111000101010010111001011
Octal342245313

Shades and tints

Shades of #E2A5CB

#E2A5CB
(226,165,203)
#CE96B9
(206,150,185)
#BA87A7
(186,135,167)
#A67895
(166,120,149)
#926983
(146,105,131)
#7E5A71
(126,90,113)
#6A4B5F
(106,75,95)
#563C4D
(86,60,77)
#422D3B
(66,45,59)
#2E1E29
(46,30,41)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #E2A5CB

#E2A5CB
(226,165,203)
#E4ADCF
(228,173,207)
#E6B5D3
(230,181,211)
#E8BDD7
(232,189,215)
#EAC5DB
(234,197,219)
#ECCDDF
(236,205,223)
#EED5E3
(238,213,227)
#F0DDE7
(240,221,231)
#F2E5EB
(242,229,235)
#F4EDEF
(244,237,239)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A5CB color. Also use rgb(226,165,203) instead hex code.

Text Font Color

.myTextColor { color: #E2A5CB; }

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

This text font color is #E2A5CB.


Background Color

.myBgColor { background-color: #E2A5CB; }

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

This div background color is #E2A5CB.


Border color

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

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

This div border color is #E2A5CB.


Opacity

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

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

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

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

This text has shadow with #E2A5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A5CB on black background.


Color preview on white background

This text has color #E2A5CB on white background.



Black color preview on #E2A5CB background

This text has black color on #E2A5CB background.


White color preview on #E2A5CB background

This text has white color on #E2A5CB background.