#E197DF

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

Shades of Plum #E197DF

Tints of Plum #E197DF

Color information

#E197DF (or 0xE197DF) is unknown color: approx Plum. HEX triplet: E1, 97 and DF. RGB value is (225,151,223). Sum of RGB (Red+Green+Blue) = 225+151+223=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E197DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197DF is #1E6820. Grayscale: #B5B5B5. Windows color (decimal): -1992737 or 14653409. OLE color: 14653409.

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

Color convert

RGB225151223-
CMYK00.330.010.12
HSL301.62º55.22%73.73%-
HSV(B)301.62º32.89%88.24%-
XYZ55.4443.4775.28-
YUV181.33151.52159.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 151 (59.38% from 255) = 25.21%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=37.56%
G=25.21%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515122300.330.010.12301.6255.2273.73
HexE197DF0211C12e374a
Octal34122733704111445667112
Binary1110000110010111110111110100001111001001011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197DF; }

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

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

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

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

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

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

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

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