#E99EEA

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

Shades of Plum #E99EEA

Tints of Plum #E99EEA

Color information

#E99EEA (or 0xE99EEA) is unknown color: approx Plum. HEX triplet: E9, 9E and EA. RGB value is (233,158,234). Sum of RGB (Red+Green+Blue) = 233+158+234=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #E99EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99EEA is #166115. Grayscale: #BCBCBC. Windows color (decimal): -1466646 or 15376105. OLE color: 15376105.

HSL color Cylindrical-coordinate representation of color #E99EEA: hue angle of 299.21º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99EEA is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233158234-
CMYK0.000.3200.08
HSL299.21º64.41%76.86%-
HSV(B)299.21º32.48%91.76%-
XYZ60.6847.7283.85-
YUV189.09153.35159.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.28%
GREEN value IS 158 (62.11% from 255) = 25.28%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=37.28%
G=25.28%
B=37.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331582340.000.3200.08299.2164.4176.86
HexE99EEA0200812b404d
Octal351236352040010453100115
Binary11101001100111101110101001000000100010010101110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99EEA; }

 p { color: rgb(233,158,234); }

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

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

 a { background-color: rgb(233,158,234); }

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

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

 span { border-color: rgb(233,158,234); }

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