Shades of Shocking #E196C1
Tints of Shocking #E196C1
RGB
CMYK
RGB Variations
Color information
#E196C1 (or 0xE196C1) is known color: Shocking. HEX triplet: E1, 96 and C1. RGB value is (225,150,193). Sum of RGB (Red+Green+Blue) = 225+150+193=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E196C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196C1 is #1E693E. Grayscale: #B1B1B1. Windows color (decimal): -1993023 or 12687073. OLE color: 12687073.
HSL color Cylindrical-coordinate representation of color #E196C1: hue angle of 325.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 #E196C1 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 193 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.12 |
| HSL | 325.6º | 0.56% | 0.74% | - |
| HSV(B) | 325.6º | 0.33% | 0.88% | - |
| XYZ | 51.58 | 41.67 | 55.78 | - |
| YUV | 177.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 193 | 0 | 0.33 | 0.14 | 0.12 | 325.6 | 0.56 | 0.74 |
| Hex | E1 | 96 | C1 | 0 | 21 | E | C | 146 | 38 | 4A |
| Octal | 341 | 226 | 301 | 0 | 41 | 16 | 14 | 506 | 70 | 112 |
| Binary | 11100001 | 10010110 | 11000001 | 0 | 100001 | 1110 | 1100 | 101000110 | 111000 | 1001010 |
Color Harmonies of #E196C1
Complementary color
Monochromatic Colors of #E196C1
Black with #E196C1
Text Example
Text Example
White with #E196C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196C1; }
p { color: rgb(225,150,193); }
H1.HeaderClassName
{
color: #E196C1;
}
.AnyTagClassName
{
color: #E196C1;
}
</style>
background-color css
<style>
a { background-color: #E196C1; }
a { background-color: rgb(225,150,193); }
div.DivClassName
{
background-color: #E196C1;
}
.BgClassName
{
background-color: #E196C1;
}
</style>
border-color css
<style>
span { border-color: #E196C1; }
span { border-color: rgb(225,150,193); }
td.TdClassName
{
border-color: #E196C1;
}
.TagClassName
{
border-color: #E196C1;
}
</style>