COLOR #E9AFEB

HEX: #E9AFEB
RGB: (233,175,235)

Color info

#E9AFEB contains mainly red and blue colors. Web safe color of #E9AFEB is #FF99FF (or #F9F).

RGB color model

#E9AFEB color RGB value is (233,175,235).

  • red value is 233;
  • green value is 175;
  • blue value is 235.
RGB:
(233,175,235)
(91%,69%,92%)

RGB channels and saturation

R 233 of 255 = 91%
G 175 of 255 = 69%
B 235 of 255 = 92%

233
175
235

R + G + B ~ 84%. #E9AFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 175 + 235 = 643 (100%)
R 233 of 643 ~ 36.24%
G 175 of 643 ~ 27.22%
B 235 of 643 ~ 36.55%

%36.24
%27.22
%36.55

CMYK color model

#E9AFEB color CMYK value is (1,26,0,8).

  • cyan value is 0.85%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,26,0,8)
C1M26Y0K8 
(1%,26%,0%,8%)
(0.01/0.26/0.00/0.08)	

CMYK percentages

%0.85
%25.53
%0
%7.84

Codes

Color #E9AFEB in popluar color models

E9AFEB
RGB233175235
HSL298°60.00%80.39%
HSB/HSV298°25.53%92.16%
CMYK0.85%25.53%0.00%
7.84%

Color #E9AFEB in popluar number systems.

HEXE9AFEB
Decimal233175235
Binary111010011010111111101011
Octal351257353

Shades and tints

Shades of #E9AFEB

#E9AFEB
(233,175,235)
#D4A0D6
(212,160,214)
#BF91C1
(191,145,193)
#AA82AC
(170,130,172)
#957397
(149,115,151)
#806482
(128,100,130)
#6B556D
(107,85,109)
#564658
(86,70,88)
#413743
(65,55,67)
#2C282E
(44,40,46)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #E9AFEB

#E9AFEB
(233,175,235)
#EBB6EC
(235,182,236)
#EDBDED
(237,189,237)
#EFC4EE
(239,196,238)
#F1CBEF
(241,203,239)
#F3D2F0
(243,210,240)
#F5D9F1
(245,217,241)
#F7E0F2
(247,224,242)
#F9E7F3
(249,231,243)
#FBEEF4
(251,238,244)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AFEB color. Also use rgb(233,175,235) instead hex code.

Text Font Color

.myTextColor { color: #E9AFEB; }

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

This text font color is #E9AFEB.


Background Color

.myBgColor { background-color: #E9AFEB; }

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

This div background color is #E9AFEB.


Border color

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

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

This div border color is #E9AFEB.


Opacity

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

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

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

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

This text has shadow with #E9AFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AFEB on black background.


Color preview on white background

This text has color #E9AFEB on white background.



Black color preview on #E9AFEB background

This text has black color on #E9AFEB background.


White color preview on #E9AFEB background

This text has white color on #E9AFEB background.