#E197DC

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

Shades of Plum #E197DC

Tints of Plum #E197DC

Color information

#E197DC (or 0xE197DC) is unknown color: approx Plum. HEX triplet: E1, 97 and DC. RGB value is (225,151,220). Sum of RGB (Red+Green+Blue) = 225+151+220=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E197DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197DC is #1E6823. Grayscale: #B4B4B4. Windows color (decimal): -1992740 or 14456801. OLE color: 14456801.

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

Color convert

RGB225151220-
CMYK00.330.020.12
HSL304.05º55.22%73.73%-
HSV(B)304.05º32.89%88.24%-
XYZ55.0443.3173.17-
YUV180.99150.02159.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=37.75%
G=25.34%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515122000.330.020.12304.0555.2273.73
HexE197DC0212C130374a
Octal34122733404121446067112
Binary11100001100101111101110001000011011001001100001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197DC; }

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

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

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

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

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

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

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

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