#E99DDD

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

Shades of Plum #E99DDD

Tints of Plum #E99DDD

Color information

#E99DDD (or 0xE99DDD) is unknown color: approx Plum. HEX triplet: E9, 9D and DD. RGB value is (233,157,221). Sum of RGB (Red+Green+Blue) = 233+157+221=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99DDD is #166222. Grayscale: #BABABA. Windows color (decimal): -1466915 or 14523881. OLE color: 14523881.

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

Color convert

RGB233157221-
CMYK00.330.050.09
HSL309.47º63.33%76.47%-
HSV(B)309.47º32.62%91.37%-
XYZ58.7146.6674.32-
YUV187.02147.18160.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 157 (61.72% from 255) = 25.70%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=38.13%
G=25.70%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315722100.330.050.09309.4763.3376.47
HexE99DDD021591353f4c
Octal35123533504151146577114
Binary111010011001110111011101010000110110011001101011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99DDD; }

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

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

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

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

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

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

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

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