#E999DC

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

Shades of Plum #E999DC

Tints of Plum #E999DC

Color information

#E999DC (or 0xE999DC) is unknown color: approx Plum. HEX triplet: E9, 99 and DC. RGB value is (233,153,220). Sum of RGB (Red+Green+Blue) = 233+153+220=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E999DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999DC is #166623. Grayscale: #B8B8B8. Windows color (decimal): -1467940 or 14457321. OLE color: 14457321.

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

Color convert

RGB233153220-
CMYK00.340.060.09
HSL309.75º64.52%75.69%-
HSV(B)309.75º34.33%91.37%-
XYZ57.9145.2773.4-
YUV184.56148162.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.45%
GREEN value IS 153 (60.16% from 255) = 25.25%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=38.45%
G=25.25%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315322000.340.060.09309.7564.5275.69
HexE999DC02269136414c
Octal351231334042611466101114
Binary1110100110011001110111000100010110100110011011010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E999DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E999DC; }

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

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

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

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

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

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

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

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