Shades of Shocking #E397BC
Tints of Shocking #E397BC
RGB
CMYK
RGB Variations
Color information
#E397BC (or 0xE397BC) is known color: Shocking. HEX triplet: E3, 97 and BC. RGB value is (227,151,188). Sum of RGB (Red+Green+Blue) = 227+151+188=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E397BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E397BC is #1C6843. Grayscale: #B1B1B1. Windows color (decimal): -1861700 or 12359651. OLE color: 12359651.
HSL color Cylindrical-coordinate representation of color #E397BC: hue angle of 330.79º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E397BC is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 188 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.11 |
| HSL | 330.79º | 0.58% | 0.74% | - |
| HSV(B) | 330.79º | 0.33% | 0.89% | - |
| XYZ | 51.82 | 42.09 | 52.97 | - |
| YUV | 177.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 188 | 0 | 0.33 | 0.17 | 0.11 | 330.79 | 0.58 | 0.74 |
| Hex | E3 | 97 | BC | 0 | 21 | 11 | B | 14B | 3A | 4A |
| Octal | 343 | 227 | 274 | 0 | 41 | 21 | 13 | 513 | 72 | 112 |
| Binary | 11100011 | 10010111 | 10111100 | 0 | 100001 | 10001 | 1011 | 101001011 | 111010 | 1001010 |
Color Harmonies of #E397BC
Complementary color
Monochromatic Colors of #E397BC
Black with #E397BC
Text Example
Text Example
White with #E397BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E397BC; }
p { color: rgb(227,151,188); }
H1.HeaderClassName
{
color: #E397BC;
}
.AnyTagClassName
{
color: #E397BC;
}
</style>
background-color css
<style>
a { background-color: #E397BC; }
a { background-color: rgb(227,151,188); }
div.DivClassName
{
background-color: #E397BC;
}
.BgClassName
{
background-color: #E397BC;
}
</style>
border-color css
<style>
span { border-color: #E397BC; }
span { border-color: rgb(227,151,188); }
td.TdClassName
{
border-color: #E397BC;
}
.TagClassName
{
border-color: #E397BC;
}
</style>