#E9AEF0

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

Shades of Plum #E9AEF0

Tints of Plum #E9AEF0

Color information

#E9AEF0 (or 0xE9AEF0) is unknown color: approx Plum. HEX triplet: E9, AE and F0. RGB value is (233,174,240). Sum of RGB (Red+Green+Blue) = 233+174+240=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9AEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEF0 is #16510F. Grayscale: #C6C6C6. Windows color (decimal): -1462544 or 15773417. OLE color: 15773417.

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

Color convert

RGB233174240-
CMYK0.030.2800.06
HSL293.64º68.75%81.18%-
HSV(B)293.64º27.5%94.12%-
XYZ64.4753.8989.44-
YUV199.17151.05152.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.01%
GREEN value IS 174 (68.36% from 255) = 26.89%
BLUE value IS 240 (94.14% from 255) = 37.09%
R=36.01%
G=26.89%
B=37.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331742400.030.2800.06293.6468.7581.18
HexE9AEF031C061264551
Octal35125636033406446105121
Binary1110100110101110111100001111100011010010011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AEF0; }

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

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

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

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

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

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

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

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