#E196C6

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

Shades of Shocking #E196C6

Tints of Shocking #E196C6

Color information

#E196C6 (or 0xE196C6) is unknown color: approx Shocking. HEX triplet: E1, 96 and C6. RGB value is (225,150,198). Sum of RGB (Red+Green+Blue) = 225+150+198=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E196C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196C6 is #1E6939. Grayscale: #B1B1B1. Windows color (decimal): -1993018 or 13014753. OLE color: 13014753.

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

Color convert

RGB225150198-
CMYK00.330.120.12
HSL321.6º55.56%73.53%-
HSV(B)321.6º33.33%88.24%-
XYZ52.1541.958.76-
YUV177.9139.35161.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.27%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=39.27%
G=26.18%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515019800.330.120.12321.655.5673.53
HexE196C6021CC142384a
Octal341226306041141450270112
Binary1110000110010110110001100100001110011001010000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196C6; }

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

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

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

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

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

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

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

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