#E9AFF0

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

Shades of Plum #E9AFF0

Tints of Plum #E9AFF0

Color information

#E9AFF0 (or 0xE9AFF0) is unknown color: approx Plum. HEX triplet: E9, AF and F0. RGB value is (233,175,240). Sum of RGB (Red+Green+Blue) = 233+175+240=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9AFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AFF0 is #16500F. Grayscale: #C7C7C7. Windows color (decimal): -1462288 or 15773673. OLE color: 15773673.

HSL color Cylindrical-coordinate representation of color #E9AFF0: hue angle of 293.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9AFF0 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233175240-
CMYK0.030.2700.06
HSL293.54º68.42%81.37%-
HSV(B)293.54º27.08%94.12%-
XYZ64.6654.2789.51-
YUV199.75150.72151.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.96%
GREEN value IS 175 (68.75% from 255) = 27.01%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=35.96%
G=27.01%
B=37.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331752400.030.2700.06293.5468.4281.37
HexE9AFF031B061264451
Octal35125736033306446104121
Binary1110100110101111111100001111011011010010011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFF0; }

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

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

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

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

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

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

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

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