#E197EE

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

Shades of Plum #E197EE

Tints of Plum #E197EE

Color information

#E197EE (or 0xE197EE) is unknown color: approx Plum. HEX triplet: E1, 97 and EE. RGB value is (225,151,238). Sum of RGB (Red+Green+Blue) = 225+151+238=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 151 (59.38% from 255 or 24.59% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #E197EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E197EE is #1E6811. Grayscale: #B6B6B6. Windows color (decimal): -1992722 or 15636449. OLE color: 15636449.

HSL color Cylindrical-coordinate representation of color #E197EE: hue angle of 291.03º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E197EE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225151238-
CMYK0.050.3700.07
HSL291.03º71.9%76.27%-
HSV(B)291.03º36.55%93.33%-
XYZ57.5544.3186.41-
YUV183.04159.02157.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 151 (59.38% from 255) = 24.59%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=36.64%
G=24.59%
B=38.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251512380.050.3700.07291.0371.976.27
HexE197EE52507123484c
Octal34122735654507443110114
Binary111000011001011111101110101100101011110010001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197EE; }

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

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

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

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

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

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

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

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