#E999DD

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

Shades of Plum #E999DD

Tints of Plum #E999DD

Color information

#E999DD (or 0xE999DD) is unknown color: approx Plum. HEX triplet: E9, 99 and DD. RGB value is (233,153,221). Sum of RGB (Red+Green+Blue) = 233+153+221=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E999DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999DD is #166622. Grayscale: #B8B8B8. Windows color (decimal): -1467939 or 14522857. OLE color: 14522857.

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

Color convert

RGB233153221-
CMYK00.340.050.09
HSL309º64.52%75.69%-
HSV(B)309º34.33%91.37%-
XYZ58.0545.3374.1-
YUV184.67148.5162.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.39%
GREEN value IS 153 (60.16% from 255) = 25.21%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=38.39%
G=25.21%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315322100.340.050.0930964.5275.69
HexE999DD02259135414c
Octal351231335042511465101114
Binary1110100110011001110111010100010101100110011010110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E999DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E999DD; }

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

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

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

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

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

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

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

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