Shades of Shocking #E592BB
Tints of Shocking #E592BB
RGB
CMYK
RGB Variations
Color information
#E592BB (or 0xE592BB) is known color: Shocking. HEX triplet: E5, 92 and BB. RGB value is (229,146,187). Sum of RGB (Red+Green+Blue) = 229+146+187=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E592BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592BB is #1A6D44. Grayscale: #AFAFAF. Windows color (decimal): -1731909 or 12292837. OLE color: 12292837.
HSL color Cylindrical-coordinate representation of color #E592BB: hue angle of 330.36º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E592BB is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 187 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.10 |
| HSL | 330.36º | 0.61% | 0.74% | - |
| HSV(B) | 330.36º | 0.36% | 0.9% | - |
| XYZ | 51.56 | 40.8 | 52.17 | - |
| YUV | 175.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 187 | 0 | 0.36 | 0.18 | 0.10 | 330.36 | 0.61 | 0.74 |
| Hex | E5 | 92 | BB | 0 | 24 | 12 | A | 14A | 3D | 4A |
| Octal | 345 | 222 | 273 | 0 | 44 | 22 | 12 | 512 | 75 | 112 |
| Binary | 11100101 | 10010010 | 10111011 | 0 | 100100 | 10010 | 1010 | 101001010 | 111101 | 1001010 |
Color Harmonies of #E592BB
Complementary color
Monochromatic Colors of #E592BB
Black with #E592BB
Text Example
Text Example
White with #E592BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592BB; }
p { color: rgb(229,146,187); }
H1.HeaderClassName
{
color: #E592BB;
}
.AnyTagClassName
{
color: #E592BB;
}
</style>
background-color css
<style>
a { background-color: #E592BB; }
a { background-color: rgb(229,146,187); }
div.DivClassName
{
background-color: #E592BB;
}
.BgClassName
{
background-color: #E592BB;
}
</style>
border-color css
<style>
span { border-color: #E592BB; }
span { border-color: rgb(229,146,187); }
td.TdClassName
{
border-color: #E592BB;
}
.TagClassName
{
border-color: #E592BB;
}
</style>