Shades of Shocking #E596BF
Tints of Shocking #E596BF
RGB
CMYK
RGB Variations
Color information
#E596BF (or 0xE596BF) is known color: Shocking. HEX triplet: E5, 96 and BF. RGB value is (229,150,191). Sum of RGB (Red+Green+Blue) = 229+150+191=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E596BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596BF is #1A6940. Grayscale: #B2B2B2. Windows color (decimal): -1730881 or 12556005. OLE color: 12556005.
HSL color Cylindrical-coordinate representation of color #E596BF: hue angle of 328.86º 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 #E596BF is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 191 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.10 |
| HSL | 328.86º | 0.6% | 0.74% | - |
| HSV(B) | 328.86º | 0.34% | 0.9% | - |
| XYZ | 52.62 | 42.23 | 54.67 | - |
| YUV | 178.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 191 | 0 | 0.34 | 0.17 | 0.10 | 328.86 | 0.6 | 0.74 |
| Hex | E5 | 96 | BF | 0 | 22 | 11 | A | 149 | 3C | 4A |
| Octal | 345 | 226 | 277 | 0 | 42 | 21 | 12 | 511 | 74 | 112 |
| Binary | 11100101 | 10010110 | 10111111 | 0 | 100010 | 10001 | 1010 | 101001001 | 111100 | 1001010 |
Color Harmonies of #E596BF
Complementary color
Monochromatic Colors of #E596BF
Black with #E596BF
Text Example
Text Example
White with #E596BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596BF; }
p { color: rgb(229,150,191); }
H1.HeaderClassName
{
color: #E596BF;
}
.AnyTagClassName
{
color: #E596BF;
}
</style>
background-color css
<style>
a { background-color: #E596BF; }
a { background-color: rgb(229,150,191); }
div.DivClassName
{
background-color: #E596BF;
}
.BgClassName
{
background-color: #E596BF;
}
</style>
border-color css
<style>
span { border-color: #E596BF; }
span { border-color: rgb(229,150,191); }
td.TdClassName
{
border-color: #E596BF;
}
.TagClassName
{
border-color: #E596BF;
}
</style>