#E191CE

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

Shades of Plum #E191CE

Tints of Plum #E191CE

Color information

#E191CE (or 0xE191CE) is unknown color: approx Plum. HEX triplet: E1, 91 and CE. RGB value is (225,145,206). Sum of RGB (Red+Green+Blue) = 225+145+206=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E191CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191CE is #1E6E31. Grayscale: #AFAFAF. Windows color (decimal): -1994290 or 13537761. OLE color: 13537761.

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

Color convert

RGB225145206-
CMYK00.360.080.12
HSL314.25º57.14%72.55%-
HSV(B)314.25º35.56%88.24%-
XYZ52.3240.7163.49-
YUV175.87145163.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=39.06%
G=25.17%
B=35.76%

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
Decimal22514520600.360.080.12314.2557.1472.55
HexE191CE0248C13a3949
Octal341221316044101447271111
Binary1110000110010001110011100100100100011001001110101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E191CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E191CE; }

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

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

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

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

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

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

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

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