#E197BF

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

Shades of Shocking #E197BF

Tints of Shocking #E197BF

Color information

#E197BF (or 0xE197BF) is unknown color: approx Shocking. HEX triplet: E1, 97 and BF. RGB value is (225,151,191). Sum of RGB (Red+Green+Blue) = 225+151+191=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E197BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197BF is #1E6840. Grayscale: #B1B1B1. Windows color (decimal): -1992769 or 12556257. OLE color: 12556257.

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

Color convert

RGB225151191-
CMYK00.330.150.12
HSL327.57º55.22%73.73%-
HSV(B)327.57º32.89%88.24%-
XYZ51.5241.954.66-
YUV177.69135.52161.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 191 (75% from 255) = 33.69%
R=39.68%
G=26.63%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515119100.330.150.12327.5755.2273.73
HexE197BF021FC148374a
Octal341227277041171451067112
Binary1110000110010111101111110100001111111001010010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197BF; }

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

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

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

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

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

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

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

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