#E197DA

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

Shades of Plum #E197DA

Tints of Plum #E197DA

Color information

#E197DA (or 0xE197DA) is unknown color: approx Plum. HEX triplet: E1, 97 and DA. RGB value is (225,151,218). Sum of RGB (Red+Green+Blue) = 225+151+218=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E197DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197DA is #1E6825. Grayscale: #B4B4B4. Windows color (decimal): -1992742 or 14325729. OLE color: 14325729.

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

Color convert

RGB225151218-
CMYK00.330.030.12
HSL305.68º55.22%73.73%-
HSV(B)305.68º32.89%88.24%-
XYZ54.7743.271.78-
YUV180.76149.02159.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=37.88%
G=25.42%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515121800.330.030.12305.6855.2273.73
HexE197DA0213C132374a
Octal34122733204131446267112
Binary11100001100101111101101001000011111001001100101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197DA; }

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

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

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

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

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

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

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

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