#E99EDB

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

Shades of Plum #E99EDB

Tints of Plum #E99EDB

Color information

#E99EDB (or 0xE99EDB) is unknown color: approx Plum. HEX triplet: E9, 9E and DB. RGB value is (233,158,219). Sum of RGB (Red+Green+Blue) = 233+158+219=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E99EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99EDB is #166124. Grayscale: #BBBBBB. Windows color (decimal): -1466661 or 14393065. OLE color: 14393065.

HSL color Cylindrical-coordinate representation of color #E99EDB: hue angle of 311.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99EDB is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233158219-
CMYK00.320.060.09
HSL311.2º63.03%76.67%-
HSV(B)311.2º32.19%91.37%-
XYZ58.6246.8972.98-
YUV187.38145.85160.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.20%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=38.20%
G=25.90%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315821900.320.060.09311.263.0376.67
HexE99EDB020691373f4d
Octal35123633304061146777115
Binary111010011001111011011011010000011010011001101111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99EDB; }

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

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

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

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

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

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

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

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