#E99DDC

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

Shades of Plum #E99DDC

Tints of Plum #E99DDC

Color information

#E99DDC (or 0xE99DDC) is unknown color: approx Plum. HEX triplet: E9, 9D and DC. RGB value is (233,157,220). Sum of RGB (Red+Green+Blue) = 233+157+220=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99DDC is #166223. Grayscale: #BABABA. Windows color (decimal): -1466916 or 14458345. OLE color: 14458345.

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

Color convert

RGB233157220-
CMYK00.330.060.09
HSL310.26º63.33%76.47%-
HSV(B)310.26º32.62%91.37%-
XYZ58.5846.673.62-
YUV186.91146.68160.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.20%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=38.20%
G=25.74%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315722000.330.060.09310.2663.3376.47
HexE99DDC021691363f4c
Octal35123533404161146677114
Binary111010011001110111011100010000111010011001101101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99DDC; }

 p { color: rgb(233,157,220); }

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

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

 a { background-color: rgb(233,157,220); }

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

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

 span { border-color: rgb(233,157,220); }

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