#E191CF

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

Shades of Plum #E191CF

Tints of Plum #E191CF

Color information

#E191CF (or 0xE191CF) is unknown color: approx Plum. HEX triplet: E1, 91 and CF. RGB value is (225,145,207). Sum of RGB (Red+Green+Blue) = 225+145+207=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E191CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191CF is #1E6E30. Grayscale: #AFAFAF. Windows color (decimal): -1994289 or 13603297. OLE color: 13603297.

HSL color Cylindrical-coordinate representation of color #E191CF: hue angle of 313.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 #E191CF is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225145207-
CMYK00.360.080.12
HSL313.5º57.14%72.55%-
HSV(B)313.5º35.56%88.24%-
XYZ52.4440.7664.14-
YUV175.99145.5162.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 145 (57.03% from 255) = 25.13%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=38.99%
G=25.13%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514520700.360.080.12313.557.1472.55
HexE191CF0248C13a3949
Octal341221317044101447271111
Binary1110000110010001110011110100100100011001001110101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E191CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E191CF; }

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

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

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

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

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

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

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

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