#E191DF

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

Shades of Plum #E191DF

Tints of Plum #E191DF

Color information

#E191DF (or 0xE191DF) is unknown color: approx Plum. HEX triplet: E1, 91 and DF. RGB value is (225,145,223). Sum of RGB (Red+Green+Blue) = 225+145+223=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E191DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191DF is #1E6E20. Grayscale: #B1B1B1. Windows color (decimal): -1994273 or 14651873. OLE color: 14651873.

HSL color Cylindrical-coordinate representation of color #E191DF: hue angle of 301.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191DF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225145223-
CMYK00.360.010.12
HSL301.5º57.14%72.55%-
HSV(B)301.5º35.56%88.24%-
XYZ54.541.5974.97-
YUV177.81153.5161.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 145 (57.03% from 255) = 24.45%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=37.94%
G=24.45%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514522300.360.010.12301.557.1472.55
HexE191DF0241C12e3949
Octal34122133704411445671111
Binary1110000110010001110111110100100111001001011101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E191DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E191DF; }

 p { color: rgb(225,145,223); }

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

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

 a { background-color: rgb(225,145,223); }

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

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

 span { border-color: rgb(225,145,223); }

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