#E0AFE8

Color #E0AFE8 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E0AFE8

Tints of Plum #E0AFE8

Color information

#E0AFE8 (or 0xE0AFE8) is unknown color: approx Plum. HEX triplet: E0, AF and E8. RGB value is (224,175,232). Sum of RGB (Red+Green+Blue) = 224+175+232=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFE8 is #1F5017. Grayscale: #C3C3C3. Windows color (decimal): -2052120 or 15249376. OLE color: 15249376.

HSL color Cylindrical-coordinate representation of color #E0AFE8: hue angle of 291.58º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0AFE8 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224175232-
CMYK0.030.2500.09
HSL291.58º55.34%79.8%-
HSV(B)291.58º24.57%90.98%-
XYZ60.6452.3383.25-
YUV196.15148.23147.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 232 (91.02% from 255) = 36.77%
R=35.50%
G=27.73%
B=36.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241752320.030.2500.09291.5855.3479.8
HexE0AFE8319091243750
Octal34025735033101144467120
Binary1110000010101111111010001111001010011001001001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFE8; }

 p { color: rgb(224,175,232); }

 H1.HeaderClassName
 {
   color: #E0AFE8;
 }
 .AnyTagClassName
 {
   color: #E0AFE8;
 }
</style>
background-color css

<style>
 a { background-color: #E0AFE8; }

 a { background-color: rgb(224,175,232); }

 div.DivClassName
 {
   background-color: #E0AFE8;
 }
 .BgClassName
 {
   background-color: #E0AFE8;
 }
</style>
border-color css

<style>
 span { border-color: #E0AFE8; }

 span { border-color: rgb(224,175,232); }

 td.TdClassName
 {
   border-color: #E0AFE8;
 }
 .TagClassName
 {
   border-color: #E0AFE8;
 }
</style>