#E5AFEA

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

Shades of Plum #E5AFEA

Tints of Plum #E5AFEA

Color information

#E5AFEA (or 0xE5AFEA) is unknown color: approx Plum. HEX triplet: E5, AF and EA. RGB value is (229,175,234). Sum of RGB (Red+Green+Blue) = 229+175+234=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFEA is #1A5015. Grayscale: #C5C5C5. Windows color (decimal): -1724438 or 15380453. OLE color: 15380453.

HSL color Cylindrical-coordinate representation of color #E5AFEA: hue angle of 294.92º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5AFEA is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229175234-
CMYK0.020.2500.08
HSL294.92º58.42%80.2%-
HSV(B)294.92º25.21%91.76%-
XYZ62.4953.2684.83-
YUV197.87148.39150.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.89%
GREEN value IS 175 (68.75% from 255) = 27.43%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=35.89%
G=27.43%
B=36.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291752340.020.2500.08294.9258.4280.2
HexE5AFEA219081273a50
Octal34525735223101044772120
Binary1110010110101111111010101011001010001001001111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFEA; }

 p { color: rgb(229,175,234); }

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

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

 a { background-color: rgb(229,175,234); }

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

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

 span { border-color: rgb(229,175,234); }

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