Shades of Shocking #E197BB
Tints of Shocking #E197BB
RGB
CMYK
RGB Variations
Color information
#E197BB (or 0xE197BB) is known color: Shocking. HEX triplet: E1, 97 and BB. RGB value is (225,151,187). Sum of RGB (Red+Green+Blue) = 225+151+187=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E197BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197BB is #1E6844. Grayscale: #B1B1B1. Windows color (decimal): -1992773 or 12294113. OLE color: 12294113.
HSL color Cylindrical-coordinate representation of color #E197BB: hue angle of 330.81º degrees, saturation: 0.55, 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 #E197BB is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 187 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.12 |
| HSL | 330.81º | 0.55% | 0.74% | - |
| HSV(B) | 330.81º | 0.33% | 0.88% | - |
| XYZ | 51.09 | 41.73 | 52.38 | - |
| YUV | 177.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 187 | 0 | 0.33 | 0.17 | 0.12 | 330.81 | 0.55 | 0.74 |
| Hex | E1 | 97 | BB | 0 | 21 | 11 | C | 14B | 37 | 4A |
| Octal | 341 | 227 | 273 | 0 | 41 | 21 | 14 | 513 | 67 | 112 |
| Binary | 11100001 | 10010111 | 10111011 | 0 | 100001 | 10001 | 1100 | 101001011 | 110111 | 1001010 |
Color Harmonies of #E197BB
Complementary color
Monochromatic Colors of #E197BB
Black with #E197BB
Text Example
Text Example
White with #E197BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197BB; }
p { color: rgb(225,151,187); }
H1.HeaderClassName
{
color: #E197BB;
}
.AnyTagClassName
{
color: #E197BB;
}
</style>
background-color css
<style>
a { background-color: #E197BB; }
a { background-color: rgb(225,151,187); }
div.DivClassName
{
background-color: #E197BB;
}
.BgClassName
{
background-color: #E197BB;
}
</style>
border-color css
<style>
span { border-color: #E197BB; }
span { border-color: rgb(225,151,187); }
td.TdClassName
{
border-color: #E197BB;
}
.TagClassName
{
border-color: #E197BB;
}
</style>