COLOR #E0A0FB

HEX: #E0A0FB
RGB: (224,160,251)

Color info

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

RGB color model

#E0A0FB color RGB value is (224,160,251).

  • red value is 224;
  • green value is 160;
  • blue value is 251.
RGB:
(224,160,251)
(88%,63%,98%)

RGB channels and saturation

R 224 of 255 = 88%
G 160 of 255 = 63%
B 251 of 255 = 98%

224
160
251

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

Portions of RGB colors in percentages

R + G + B =
224 + 160 + 251 = 635 (100%)
R 224 of 635 ~ 35.28%
G 160 of 635 ~ 25.2%
B 251 of 635 ~ 39.53%

%35.28
%25.2
%39.53

CMYK color model

#E0A0FB color CMYK value is (11,36,0,2).

  • cyan value is 10.76%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,36,0,2)
C11M36Y0K2 
(11%,36%,0%,2%)
(0.11/0.36/0.00/0.02)	

CMYK percentages

%10.76
%36.25
%0
%1.57

Codes

Color #E0A0FB in popluar color models

E0A0FB
RGB224160251
HSL282°91.92%80.59%
HSB/HSV282°36.25%98.43%
CMYK10.76%36.25%0.00%
1.57%

Color #E0A0FB in popluar number systems.

HEXE0A0FB
Decimal224160251
Binary111000001010000011111011
Octal340240373

Shades and tints

Shades of #E0A0FB

#E0A0FB
(224,160,251)
#CC92E5
(204,146,229)
#B884CF
(184,132,207)
#A476B9
(164,118,185)
#9068A3
(144,104,163)
#7C5A8D
(124,90,141)
#684C77
(104,76,119)
#543E61
(84,62,97)
#40304B
(64,48,75)
#2C2235
(44,34,53)
#18141F
(24,20,31)
#000000
(0,0,0)

Tints of #E0A0FB

#E0A0FB
(224,160,251)
#E2A8FB
(226,168,251)
#E4B0FB
(228,176,251)
#E6B8FB
(230,184,251)
#E8C0FB
(232,192,251)
#EAC8FB
(234,200,251)
#ECD0FB
(236,208,251)
#EED8FB
(238,216,251)
#F0E0FB
(240,224,251)
#F2E8FB
(242,232,251)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A0FB color. Also use rgb(224,160,251) instead hex code.

Text Font Color

.myTextColor { color: #E0A0FB; }

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

This text font color is #E0A0FB.


Background Color

.myBgColor { background-color: #E0A0FB; }

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

This div background color is #E0A0FB.


Border color

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

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

This div border color is #E0A0FB.


Opacity

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

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

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

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

This text has shadow with #E0A0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A0FB on black background.


Color preview on white background

This text has color #E0A0FB on white background.



Black color preview on #E0A0FB background

This text has black color on #E0A0FB background.


White color preview on #E0A0FB background

This text has white color on #E0A0FB background.