#E9AFEB

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

Shades of Plum #E9AFEB

Tints of Plum #E9AFEB

Color information

#E9AFEB (or 0xE9AFEB) is unknown color: approx Plum. HEX triplet: E9, AF and EB. RGB value is (233,175,235). Sum of RGB (Red+Green+Blue) = 233+175+235=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AFEB is #165014. Grayscale: #C6C6C6. Windows color (decimal): -1462293 or 15445993. OLE color: 15445993.

HSL color Cylindrical-coordinate representation of color #E9AFEB: hue angle of 298º 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 #E9AFEB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233175235-
CMYK0.010.2600.08
HSL298º60%80.39%-
HSV(B)298º25.53%92.16%-
XYZ63.9353.9885.65-
YUV199.18148.22152.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.24%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=36.24%
G=27.22%
B=36.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331752350.010.2600.082986080.39
HexE9AFEB11A0812a3c50
Octal35125735313201045274120
Binary111010011010111111101011111010010001001010101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFEB; }

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

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

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

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

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

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

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

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