#E996E8

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

Shades of Plum #E996E8

Tints of Plum #E996E8

Color information

#E996E8 (or 0xE996E8) is unknown color: approx Plum. HEX triplet: E9, 96 and E8. RGB value is (233,150,232). Sum of RGB (Red+Green+Blue) = 233+150+232=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E996E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996E8 is #166917. Grayscale: #B7B7B7. Windows color (decimal): -1468696 or 15242985. OLE color: 15242985.

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

Color convert

RGB233150232-
CMYK00.360.000.09
HSL300.72º65.35%75.1%-
HSV(B)300.72º35.62%91.37%-
XYZ59.0844.9681.91-
YUV184.16155162.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.89%
GREEN value IS 150 (58.98% from 255) = 24.39%
BLUE value IS 232 (91.02% from 255) = 37.72%
R=37.89%
G=24.39%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315023200.360.000.09300.7265.3575.1
HexE996E80240912d414b
Octal351226350044011455101113
Binary11101001100101101110100001001000100110010110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996E8; }

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

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

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

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

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

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

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

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