#E196BB

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

Shades of Shocking #E196BB

Tints of Shocking #E196BB

Color information

#E196BB (or 0xE196BB) is unknown color: approx Shocking. HEX triplet: E1, 96 and BB. RGB value is (225,150,187). Sum of RGB (Red+Green+Blue) = 225+150+187=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E196BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196BB is #1E6944. Grayscale: #B0B0B0. Windows color (decimal): -1993029 or 12293857. OLE color: 12293857.

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

Color convert

RGB225150187-
CMYK00.330.170.12
HSL330.4º55.56%73.53%-
HSV(B)330.4º33.33%88.24%-
XYZ50.9341.4152.32-
YUV176.64133.85162.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=40.04%
G=26.69%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515018700.330.170.12330.455.5673.53
HexE196BB02111C14a384a
Octal341226273041211451270112
Binary11100001100101101011101101000011000111001010010101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196BB; }

 p { color: rgb(225,150,187); }

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

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

 a { background-color: rgb(225,150,187); }

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

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

 span { border-color: rgb(225,150,187); }

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