#E99AEF

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

Shades of Plum #E99AEF

Tints of Plum #E99AEF

Color information

#E99AEF (or 0xE99AEF) is unknown color: approx Plum. HEX triplet: E9, 9A and EF. RGB value is (233,154,239). Sum of RGB (Red+Green+Blue) = 233+154+239=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #E99AEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99AEF is #166510. Grayscale: #BBBBBB. Windows color (decimal): -1467665 or 15702761. OLE color: 15702761.

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

Color convert

RGB233154239-
CMYK0.030.3600.06
HSL295.76º72.65%77.06%-
HSV(B)295.76º35.56%93.73%-
XYZ60.7446.6787.47-
YUV187.31157.17160.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.22%
GREEN value IS 154 (60.55% from 255) = 24.60%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=37.22%
G=24.60%
B=38.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331542390.030.3600.06295.7672.6577.06
HexE99AEF32406128494d
Octal35123235734406450111115
Binary11101001100110101110111111100100011010010100010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99AEF; }

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

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

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

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

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

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

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

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