COLOR #E0AFEB

HEX: #E0AFEB
RGB: (224,175,235)

Color info

#E0AFEB contains mainly red and blue colors. Web safe color of #E0AFEB is #CC99FF (or #C9F).

RGB color model

#E0AFEB color RGB value is (224,175,235).

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

RGB channels and saturation

R 224 of 255 = 88%
G 175 of 255 = 69%
B 235 of 255 = 92%

224
175
235

R + G + B ~ 83%. #E0AFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 175 + 235 = 634 (100%)
R 224 of 634 ~ 35.33%
G 175 of 634 ~ 27.6%
B 235 of 634 ~ 37.07%

%35.33
%27.6
%37.07

CMYK color model

#E0AFEB color CMYK value is (5,26,0,8).

  • cyan value is 4.68%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,26,0,8)
C5M26Y0K8 
(5%,26%,0%,8%)
(0.05/0.26/0.00/0.08)	

CMYK percentages

%4.68
%25.53
%0
%7.84

Codes

Color #E0AFEB in popluar color models

E0AFEB
RGB224175235
HSL289°60.00%80.39%
HSB/HSV289°25.53%92.16%
CMYK4.68%25.53%0.00%
7.84%

Color #E0AFEB in popluar number systems.

HEXE0AFEB
Decimal224175235
Binary111000001010111111101011
Octal340257353

Shades and tints

Shades of #E0AFEB

#E0AFEB
(224,175,235)
#CCA0D6
(204,160,214)
#B891C1
(184,145,193)
#A482AC
(164,130,172)
#907397
(144,115,151)
#7C6482
(124,100,130)
#68556D
(104,85,109)
#544658
(84,70,88)
#403743
(64,55,67)
#2C282E
(44,40,46)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #E0AFEB

#E0AFEB
(224,175,235)
#E2B6EC
(226,182,236)
#E4BDED
(228,189,237)
#E6C4EE
(230,196,238)
#E8CBEF
(232,203,239)
#EAD2F0
(234,210,240)
#ECD9F1
(236,217,241)
#EEE0F2
(238,224,242)
#F0E7F3
(240,231,243)
#F2EEF4
(242,238,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0AFEB; }

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

This text font color is #E0AFEB.


Background Color

.myBgColor { background-color: #E0AFEB; }

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

This div background color is #E0AFEB.


Border color

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

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

This div border color is #E0AFEB.


Opacity

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

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

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

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

This text has shadow with #E0AFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AFEB on black background.


Color preview on white background

This text has color #E0AFEB on white background.



Black color preview on #E0AFEB background

This text has black color on #E0AFEB background.


White color preview on #E0AFEB background

This text has white color on #E0AFEB background.