Shades of Shocking #E596BB
Tints of Shocking #E596BB
RGB
CMYK
RGB Variations
Color information
#E596BB (or 0xE596BB) is known color: Shocking. HEX triplet: E5, 96 and BB. RGB value is (229,150,187). Sum of RGB (Red+Green+Blue) = 229+150+187=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E596BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596BB is #1A6944. Grayscale: #B1B1B1. Windows color (decimal): -1730885 or 12293861. OLE color: 12293861.
HSL color Cylindrical-coordinate representation of color #E596BB: hue angle of 331.9º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E596BB is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 187 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.10 |
| HSL | 331.9º | 0.6% | 0.74% | - |
| HSV(B) | 331.9º | 0.34% | 0.9% | - |
| XYZ | 52.19 | 42.06 | 52.38 | - |
| YUV | 177.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 187 | 0 | 0.34 | 0.18 | 0.10 | 331.9 | 0.6 | 0.74 |
| Hex | E5 | 96 | BB | 0 | 22 | 12 | A | 14C | 3C | 4A |
| Octal | 345 | 226 | 273 | 0 | 42 | 22 | 12 | 514 | 74 | 112 |
| Binary | 11100101 | 10010110 | 10111011 | 0 | 100010 | 10010 | 1010 | 101001100 | 111100 | 1001010 |
Color Harmonies of #E596BB
Complementary color
Monochromatic Colors of #E596BB
Black with #E596BB
Text Example
Text Example
White with #E596BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596BB; }
p { color: rgb(229,150,187); }
H1.HeaderClassName
{
color: #E596BB;
}
.AnyTagClassName
{
color: #E596BB;
}
</style>
background-color css
<style>
a { background-color: #E596BB; }
a { background-color: rgb(229,150,187); }
div.DivClassName
{
background-color: #E596BB;
}
.BgClassName
{
background-color: #E596BB;
}
</style>
border-color css
<style>
span { border-color: #E596BB; }
span { border-color: rgb(229,150,187); }
td.TdClassName
{
border-color: #E596BB;
}
.TagClassName
{
border-color: #E596BB;
}
</style>