#E99FDD

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

Shades of Plum #E99FDD

Tints of Plum #E99FDD

Color information

#E99FDD (or 0xE99FDD) is unknown color: approx Plum. HEX triplet: E9, 9F and DD. RGB value is (233,159,221). Sum of RGB (Red+Green+Blue) = 233+159+221=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E99FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99FDD is #166022. Grayscale: #BCBCBC. Windows color (decimal): -1466403 or 14524393. OLE color: 14524393.

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

Color convert

RGB233159221-
CMYK00.320.050.09
HSL309.73º62.71%76.86%-
HSV(B)309.73º31.76%91.37%-
XYZ59.0547.3474.43-
YUV188.19146.52159.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.01%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=38.01%
G=25.94%
B=36.05%

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
Decimal23315922100.320.050.09309.7362.7176.86
HexE99FDD020591363f4d
Octal35123733504051146677115
Binary111010011001111111011101010000010110011001101101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FDD; }

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

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

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

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

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

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

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

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