#E197CE

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

Shades of Plum #E197CE

Tints of Plum #E197CE

Color information

#E197CE (or 0xE197CE) is unknown color: approx Plum. HEX triplet: E1, 97 and CE. RGB value is (225,151,206). Sum of RGB (Red+Green+Blue) = 225+151+206=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E197CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197CE is #1E6831. Grayscale: #B3B3B3. Windows color (decimal): -1992754 or 13539297. OLE color: 13539297.

HSL color Cylindrical-coordinate representation of color #E197CE: hue angle of 315.41º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E197CE is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225151206-
CMYK00.330.080.12
HSL315.41º55.22%73.73%-
HSV(B)315.41º32.89%88.24%-
XYZ53.2642.663.81-
YUV179.4143.02160.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 151 (59.38% from 255) = 25.95%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=38.66%
G=25.95%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515120600.330.080.12315.4155.2273.73
HexE197CE0218C13b374a
Octal341227316041101447367112
Binary1110000110010111110011100100001100011001001110111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197CE; }

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

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

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

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

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

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

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

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