Shades of Shocking #E196BF
Tints of Shocking #E196BF
RGB
CMYK
RGB Variations
Color information
#E196BF (or 0xE196BF) is known color: Shocking. HEX triplet: E1, 96 and BF. RGB value is (225,150,191). Sum of RGB (Red+Green+Blue) = 225+150+191=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E196BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196BF is #1E6940. Grayscale: #B1B1B1. Windows color (decimal): -1993025 or 12556001. OLE color: 12556001.
HSL color Cylindrical-coordinate representation of color #E196BF: hue angle of 327.2º 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 #E196BF is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 191 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.12 |
| HSL | 327.2º | 0.56% | 0.74% | - |
| HSV(B) | 327.2º | 0.33% | 0.88% | - |
| XYZ | 51.36 | 41.58 | 54.61 | - |
| YUV | 177.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 191 | 0 | 0.33 | 0.15 | 0.12 | 327.2 | 0.56 | 0.74 |
| Hex | E1 | 96 | BF | 0 | 21 | F | C | 147 | 38 | 4A |
| Octal | 341 | 226 | 277 | 0 | 41 | 17 | 14 | 507 | 70 | 112 |
| Binary | 11100001 | 10010110 | 10111111 | 0 | 100001 | 1111 | 1100 | 101000111 | 111000 | 1001010 |
Color Harmonies of #E196BF
Complementary color
Monochromatic Colors of #E196BF
Black with #E196BF
Text Example
Text Example
White with #E196BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196BF; }
p { color: rgb(225,150,191); }
H1.HeaderClassName
{
color: #E196BF;
}
.AnyTagClassName
{
color: #E196BF;
}
</style>
background-color css
<style>
a { background-color: #E196BF; }
a { background-color: rgb(225,150,191); }
div.DivClassName
{
background-color: #E196BF;
}
.BgClassName
{
background-color: #E196BF;
}
</style>
border-color css
<style>
span { border-color: #E196BF; }
span { border-color: rgb(225,150,191); }
td.TdClassName
{
border-color: #E196BF;
}
.TagClassName
{
border-color: #E196BF;
}
</style>