#E995DF

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

Shades of Plum #E995DF

Tints of Plum #E995DF

Color information

#E995DF (or 0xE995DF) is unknown color: approx Plum. HEX triplet: E9, 95 and DF. RGB value is (233,149,223). Sum of RGB (Red+Green+Blue) = 233+149+223=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E995DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995DF is #166A20. Grayscale: #B6B6B6. Windows color (decimal): -1468961 or 14652905. OLE color: 14652905.

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

Color convert

RGB233149223-
CMYK00.360.040.09
HSL307.14º65.62%74.9%-
HSV(B)307.14º36.05%91.37%-
XYZ57.6744.1575.29-
YUV182.55150.83163.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.51%
GREEN value IS 149 (58.59% from 255) = 24.63%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=38.51%
G=24.63%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314922300.360.040.09307.1465.6274.9
HexE995DF02449133424b
Octal351225337044411463102113
Binary1110100110010101110111110100100100100110011001110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995DF; }

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

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

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

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

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

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

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

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