#E197DE

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

Shades of Plum #E197DE

Tints of Plum #E197DE

Color information

#E197DE (or 0xE197DE) is unknown color: approx Plum. HEX triplet: E1, 97 and DE. RGB value is (225,151,222). Sum of RGB (Red+Green+Blue) = 225+151+222=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E197DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197DE is #1E6821. Grayscale: #B5B5B5. Windows color (decimal): -1992738 or 14587873. OLE color: 14587873.

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

Color convert

RGB225151222-
CMYK00.330.010.12
HSL302.43º55.22%73.73%-
HSV(B)302.43º32.89%88.24%-
XYZ55.343.4174.57-
YUV181.22151.02159.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 151 (59.38% from 255) = 25.25%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=37.63%
G=25.25%
B=37.12%

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
Decimal22515122200.330.010.12302.4355.2273.73
HexE197DE0211C12e374a
Octal34122733604111445667112
Binary1110000110010111110111100100001111001001011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197DE; }

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

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

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

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

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

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

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

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