Shades of Shocking #E592BD
Tints of Shocking #E592BD
RGB
CMYK
RGB Variations
Color information
#E592BD (or 0xE592BD) is known color: Shocking. HEX triplet: E5, 92 and BD. RGB value is (229,146,189). Sum of RGB (Red+Green+Blue) = 229+146+189=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E592BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592BD is #1A6D42. Grayscale: #AFAFAF. Windows color (decimal): -1731907 or 12423909. OLE color: 12423909.
HSL color Cylindrical-coordinate representation of color #E592BD: hue angle of 328.92º 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 #E592BD is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 189 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.10 |
| HSL | 328.92º | 0.61% | 0.74% | - |
| HSV(B) | 328.92º | 0.36% | 0.9% | - |
| XYZ | 51.78 | 40.89 | 53.31 | - |
| YUV | 175.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 189 | 0 | 0.36 | 0.17 | 0.10 | 328.92 | 0.61 | 0.74 |
| Hex | E5 | 92 | BD | 0 | 24 | 11 | A | 149 | 3D | 4A |
| Octal | 345 | 222 | 275 | 0 | 44 | 21 | 12 | 511 | 75 | 112 |
| Binary | 11100101 | 10010010 | 10111101 | 0 | 100100 | 10001 | 1010 | 101001001 | 111101 | 1001010 |
Color Harmonies of #E592BD
Complementary color
Monochromatic Colors of #E592BD
Black with #E592BD
Text Example
Text Example
White with #E592BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592BD; }
p { color: rgb(229,146,189); }
H1.HeaderClassName
{
color: #E592BD;
}
.AnyTagClassName
{
color: #E592BD;
}
</style>
background-color css
<style>
a { background-color: #E592BD; }
a { background-color: rgb(229,146,189); }
div.DivClassName
{
background-color: #E592BD;
}
.BgClassName
{
background-color: #E592BD;
}
</style>
border-color css
<style>
span { border-color: #E592BD; }
span { border-color: rgb(229,146,189); }
td.TdClassName
{
border-color: #E592BD;
}
.TagClassName
{
border-color: #E592BD;
}
</style>