#E5AFEB

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

Shades of Plum #E5AFEB

Tints of Plum #E5AFEB

Color information

#E5AFEB (or 0xE5AFEB) is unknown color: approx Plum. HEX triplet: E5, AF and EB. RGB value is (229,175,235). Sum of RGB (Red+Green+Blue) = 229+175+235=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFEB is #1A5014. Grayscale: #C5C5C5. Windows color (decimal): -1724437 or 15445989. OLE color: 15445989.

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

Color convert

RGB229175235-
CMYK0.030.2600.08
HSL294º60%80.39%-
HSV(B)294º25.53%92.16%-
XYZ62.6453.3285.59-
YUV197.99148.89150.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.84%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=35.84%
G=27.39%
B=36.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291752350.030.2600.082946080.39
HexE5AFEB31A081263c50
Octal34525735333201044674120
Binary1110010110101111111010111111010010001001001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFEB; }

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

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

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

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

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

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

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

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