#E996D9

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

Shades of Plum #E996D9

Tints of Plum #E996D9

Color information

#E996D9 (or 0xE996D9) is unknown color: approx Plum. HEX triplet: E9, 96 and D9. RGB value is (233,150,217). Sum of RGB (Red+Green+Blue) = 233+150+217=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E996D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996D9 is #166926. Grayscale: #B6B6B6. Windows color (decimal): -1468711 or 14259945. OLE color: 14259945.

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

Color convert

RGB233150217-
CMYK00.360.070.09
HSL311.57º65.35%75.1%-
HSV(B)311.57º35.62%91.37%-
XYZ57.0444.1571.16-
YUV182.46147.5164.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.83%
GREEN value IS 150 (58.98% from 255) = 25%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=38.83%
G=25%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315021700.360.070.09311.5765.3575.1
HexE996D902479138414b
Octal351226331044711470101113
Binary1110100110010110110110010100100111100110011100010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996D9; }

 p { color: rgb(233,150,217); }

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

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

 a { background-color: rgb(233,150,217); }

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

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

 span { border-color: rgb(233,150,217); }

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