#E99EDD

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

Shades of Plum #E99EDD

Tints of Plum #E99EDD

Color information

#E99EDD (or 0xE99EDD) is unknown color: approx Plum. HEX triplet: E9, 9E and DD. RGB value is (233,158,221). Sum of RGB (Red+Green+Blue) = 233+158+221=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E99EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99EDD is #166122. Grayscale: #BBBBBB. Windows color (decimal): -1466659 or 14524137. OLE color: 14524137.

HSL color Cylindrical-coordinate representation of color #E99EDD: hue angle of 309.6º 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 #E99EDD is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB233158221-
CMYK00.320.050.09
HSL309.6º63.03%76.67%-
HSV(B)309.6º32.19%91.37%-
XYZ58.884774.37-
YUV187.61146.85160.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 158 (62.11% from 255) = 25.82%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=38.07%
G=25.82%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315822100.320.050.09309.663.0376.67
HexE99EDD020591363f4d
Octal35123633504051146677115
Binary111010011001111011011101010000010110011001101101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99EDD; }

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

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

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

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

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

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

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

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