#E5AFE9

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

Shades of Plum #E5AFE9

Tints of Plum #E5AFE9

Color information

#E5AFE9 (or 0xE5AFE9) is unknown color: approx Plum. HEX triplet: E5, AF and E9. RGB value is (229,175,233). Sum of RGB (Red+Green+Blue) = 229+175+233=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #E5AFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFE9 is #1A5016. Grayscale: #C5C5C5. Windows color (decimal): -1724439 or 15314917. OLE color: 15314917.

HSL color Cylindrical-coordinate representation of color #E5AFE9: hue angle of 295.86º degrees, saturation: 0.57, 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 #E5AFE9 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229175233-
CMYK0.020.2500.09
HSL295.86º56.86%80%-
HSV(B)295.86º24.89%91.37%-
XYZ62.3553.284.07-
YUV197.76147.89150.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.95%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 233 (91.41% from 255) = 36.58%
R=35.95%
G=27.47%
B=36.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2291752330.020.2500.09295.8656.8680
HexE5AFE9219091283950
Octal34525735123101145071120
Binary1110010110101111111010011011001010011001010001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFE9; }

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

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

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

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

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

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

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

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