#E995D9

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

Shades of Plum #E995D9

Tints of Plum #E995D9

Color information

#E995D9 (or 0xE995D9) is unknown color: approx Plum. HEX triplet: E9, 95 and D9. RGB value is (233,149,217). Sum of RGB (Red+Green+Blue) = 233+149+217=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E995D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995D9 is #166A26. Grayscale: #B5B5B5. Windows color (decimal): -1468967 or 14259689. OLE color: 14259689.

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

Color convert

RGB233149217-
CMYK00.360.070.09
HSL311.43º65.62%74.9%-
HSV(B)311.43º36.05%91.37%-
XYZ56.8843.8371.11-
YUV181.87147.83164.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.90%
GREEN value IS 149 (58.59% from 255) = 24.87%
BLUE value IS 217 (85.16% from 255) = 36.23%
R=38.90%
G=24.87%
B=36.23%

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
Decimal23314921700.360.070.09311.4365.6274.9
HexE995D902479137424b
Octal351225331044711467102113
Binary1110100110010101110110010100100111100110011011110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995D9; }

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

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

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

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

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

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

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

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