#E9AEEF

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

Shades of Plum #E9AEEF

Tints of Plum #E9AEEF

Color information

#E9AEEF (or 0xE9AEEF) is unknown color: approx Plum. HEX triplet: E9, AE and EF. RGB value is (233,174,239). Sum of RGB (Red+Green+Blue) = 233+174+239=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9AEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEEF is #165110. Grayscale: #C6C6C6. Windows color (decimal): -1462545 or 15707881. OLE color: 15707881.

HSL color Cylindrical-coordinate representation of color #E9AEEF: hue angle of 294.46º degrees, saturation: 0.67, 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 #E9AEEF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233174239-
CMYK0.030.2700.06
HSL294.46º67.01%80.98%-
HSV(B)294.46º27.2%93.73%-
XYZ64.3253.8388.66-
YUV199.05150.55152.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.07%
GREEN value IS 174 (68.36% from 255) = 26.93%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=36.07%
G=26.93%
B=37.00%

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
Decimal2331742390.030.2700.06294.4667.0180.98
HexE9AEEF31B061264351
Octal35125635733306446103121
Binary1110100110101110111011111111011011010010011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AEEF; }

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

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

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

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

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

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

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

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