#E197BC

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

Shades of Shocking #E197BC

Tints of Shocking #E197BC

Color information

#E197BC (or 0xE197BC) is unknown color: approx Shocking. HEX triplet: E1, 97 and BC. RGB value is (225,151,188). Sum of RGB (Red+Green+Blue) = 225+151+188=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E197BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197BC is #1E6843. Grayscale: #B1B1B1. Windows color (decimal): -1992772 or 12359649. OLE color: 12359649.

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

Color convert

RGB225151188-
CMYK00.330.160.12
HSL330º55.22%73.73%-
HSV(B)330º32.89%88.24%-
XYZ51.241.7752.94-
YUV177.34134.02161.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 188 (73.83% from 255) = 33.33%
R=39.89%
G=26.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515118800.330.160.1233055.2273.73
HexE197BC02110C14a374a
Octal341227274041201451267112
Binary11100001100101111011110001000011000011001010010101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197BC; }

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

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

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

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

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

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

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

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