#E197F4

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

Shades of Plum #E197F4

Tints of Plum #E197F4

Color information

#E197F4 (or 0xE197F4) is unknown color: approx Plum. HEX triplet: E1, 97 and F4. RGB value is (225,151,244). Sum of RGB (Red+Green+Blue) = 225+151+244=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #E197F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E197F4 is #1E680B. Grayscale: #B7B7B7. Windows color (decimal): -1992716 or 16029665. OLE color: 16029665.

HSL color Cylindrical-coordinate representation of color #E197F4: hue angle of 287.74º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E197F4 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225151244-
CMYK0.080.3800.04
HSL287.74º80.87%77.45%-
HSV(B)287.74º38.11%95.69%-
XYZ58.4544.6791.13-
YUV183.73162.02157.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 151 (59.38% from 255) = 24.35%
BLUE value IS 244 (95.70% from 255) = 39.35%
R=36.29%
G=24.35%
B=39.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2251512440.080.3800.04287.7480.8777.45
HexE197F482604120514d
Octal341227364104604440121115
Binary1110000110010111111101001000100110010010010000010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197F4; }

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

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

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

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

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

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

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

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