#E99EEB

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

Shades of Plum #E99EEB

Tints of Plum #E99EEB

Color information

#E99EEB (or 0xE99EEB) is unknown color: approx Plum. HEX triplet: E9, 9E and EB. RGB value is (233,158,235). Sum of RGB (Red+Green+Blue) = 233+158+235=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #E99EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99EEB is #166114. Grayscale: #BCBCBC. Windows color (decimal): -1466645 or 15441641. OLE color: 15441641.

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

Color convert

RGB233158235-
CMYK0.010.3300.08
HSL298.44º65.81%77.06%-
HSV(B)298.44º32.77%92.16%-
XYZ60.8347.7884.61-
YUV189.2153.85159.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.22%
GREEN value IS 158 (62.11% from 255) = 25.24%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=37.22%
G=25.24%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331582350.010.3300.08298.4465.8177.06
HexE99EEB1210812a424d
Octal351236353141010452102115
Binary11101001100111101110101111000010100010010101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99EEB; }

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

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

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

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

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

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

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

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