#E196B9

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

Shades of Shocking #E196B9

Tints of Shocking #E196B9

Color information

#E196B9 (or 0xE196B9) is unknown color: approx Shocking. HEX triplet: E1, 96 and B9. RGB value is (225,150,185). Sum of RGB (Red+Green+Blue) = 225+150+185=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E196B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196B9 is #1E6946. Grayscale: #B0B0B0. Windows color (decimal): -1993031 or 12162785. OLE color: 12162785.

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

Color convert

RGB225150185-
CMYK00.330.180.12
HSL332º55.56%73.53%-
HSV(B)332º33.33%88.24%-
XYZ50.7141.3251.2-
YUV176.42132.85162.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=40.18%
G=26.79%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515018500.330.180.1233255.5673.53
HexE196B902112C14c384a
Octal341226271041221451470112
Binary11100001100101101011100101000011001011001010011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196B9; }

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

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

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

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

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

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

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

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