Shades of Shocking #E197BC
Tints of Shocking #E197BC
RGB
CMYK
RGB Variations
Color information
#E197BC (or 0xE197BC) is known color: Shocking. HEX triplet: E1, 97 and BC. RGB value is (225,151,188). Sum of RGB (Red+Green+Blue) = 225+151+188=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E197BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197BC is #1E6843. Grayscale: #B1B1B1. Windows color (decimal): -1992772 or 12359649. OLE color: 12359649.
HSL color Cylindrical-coordinate representation of color #E197BC: hue angle of 330º 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 #E197BC is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 188 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.12 |
| HSL | 330º | 0.55% | 0.74% | - |
| HSV(B) | 330º | 0.33% | 0.88% | - |
| XYZ | 51.2 | 41.77 | 52.94 | - |
| YUV | 177.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 188 | 0 | 0.33 | 0.16 | 0.12 | 330 | 0.55 | 0.74 |
| Hex | E1 | 97 | BC | 0 | 21 | 10 | C | 14A | 37 | 4A |
| Octal | 341 | 227 | 274 | 0 | 41 | 20 | 14 | 512 | 67 | 112 |
| Binary | 11100001 | 10010111 | 10111100 | 0 | 100001 | 10000 | 1100 | 101001010 | 110111 | 1001010 |
Color Harmonies of #E197BC
Complementary color
Monochromatic Colors of #E197BC
Black with #E197BC
Text Example
Text Example
White with #E197BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197BC; }
p { color: rgb(225,151,188); }
H1.HeaderClassName
{
color: #E197BC;
}
.AnyTagClassName
{
color: #E197BC;
}
</style>
background-color css
<style>
a { background-color: #E197BC; }
a { background-color: rgb(225,151,188); }
div.DivClassName
{
background-color: #E197BC;
}
.BgClassName
{
background-color: #E197BC;
}
</style>
border-color css
<style>
span { border-color: #E197BC; }
span { border-color: rgb(225,151,188); }
td.TdClassName
{
border-color: #E197BC;
}
.TagClassName
{
border-color: #E197BC;
}
</style>