Shades of Shocking #E196B8
Tints of Shocking #E196B8
RGB
CMYK
RGB Variations
Color information
#E196B8 (or 0xE196B8) is known color: Shocking. HEX triplet: E1, 96 and B8. RGB value is (225,150,184). Sum of RGB (Red+Green+Blue) = 225+150+184=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E196B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196B8 is #1E6947. Grayscale: #B0B0B0. Windows color (decimal): -1993032 or 12097249. OLE color: 12097249.
HSL color Cylindrical-coordinate representation of color #E196B8: hue angle of 332.8º 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 #E196B8 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 184 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.12 |
| HSL | 332.8º | 0.56% | 0.74% | - |
| HSV(B) | 332.8º | 0.33% | 0.88% | - |
| XYZ | 50.61 | 41.28 | 50.65 | - |
| YUV | 176.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 184 | 0 | 0.33 | 0.18 | 0.12 | 332.8 | 0.56 | 0.74 |
| Hex | E1 | 96 | B8 | 0 | 21 | 12 | C | 14D | 38 | 4A |
| Octal | 341 | 226 | 270 | 0 | 41 | 22 | 14 | 515 | 70 | 112 |
| Binary | 11100001 | 10010110 | 10111000 | 0 | 100001 | 10010 | 1100 | 101001101 | 111000 | 1001010 |
Color Harmonies of #E196B8
Complementary color
Monochromatic Colors of #E196B8
Black with #E196B8
Text Example
Text Example
White with #E196B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196B8; }
p { color: rgb(225,150,184); }
H1.HeaderClassName
{
color: #E196B8;
}
.AnyTagClassName
{
color: #E196B8;
}
</style>
background-color css
<style>
a { background-color: #E196B8; }
a { background-color: rgb(225,150,184); }
div.DivClassName
{
background-color: #E196B8;
}
.BgClassName
{
background-color: #E196B8;
}
</style>
border-color css
<style>
span { border-color: #E196B8; }
span { border-color: rgb(225,150,184); }
td.TdClassName
{
border-color: #E196B8;
}
.TagClassName
{
border-color: #E196B8;
}
</style>