Shades of Shocking #E592C5
Tints of Shocking #E592C5
RGB
CMYK
RGB Variations
Color information
#E592C5 (or 0xE592C5) is known color: Shocking. HEX triplet: E5, 92 and C5. RGB value is (229,146,197). Sum of RGB (Red+Green+Blue) = 229+146+197=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E592C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592C5 is #1A6D3A. Grayscale: #B0B0B0. Windows color (decimal): -1731899 or 12948197. OLE color: 12948197.
HSL color Cylindrical-coordinate representation of color #E592C5: hue angle of 323.13º 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 #E592C5 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 197 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.10 |
| HSL | 323.13º | 0.61% | 0.74% | - |
| HSV(B) | 323.13º | 0.36% | 0.9% | - |
| XYZ | 52.67 | 41.25 | 58.01 | - |
| YUV | 176.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 197 | 0 | 0.36 | 0.14 | 0.10 | 323.13 | 0.61 | 0.74 |
| Hex | E5 | 92 | C5 | 0 | 24 | E | A | 143 | 3D | 4A |
| Octal | 345 | 222 | 305 | 0 | 44 | 16 | 12 | 503 | 75 | 112 |
| Binary | 11100101 | 10010010 | 11000101 | 0 | 100100 | 1110 | 1010 | 101000011 | 111101 | 1001010 |
Color Harmonies of #E592C5
Complementary color
Monochromatic Colors of #E592C5
Black with #E592C5
Text Example
Text Example
White with #E592C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592C5; }
p { color: rgb(229,146,197); }
H1.HeaderClassName
{
color: #E592C5;
}
.AnyTagClassName
{
color: #E592C5;
}
</style>
background-color css
<style>
a { background-color: #E592C5; }
a { background-color: rgb(229,146,197); }
div.DivClassName
{
background-color: #E592C5;
}
.BgClassName
{
background-color: #E592C5;
}
</style>
border-color css
<style>
span { border-color: #E592C5; }
span { border-color: rgb(229,146,197); }
td.TdClassName
{
border-color: #E592C5;
}
.TagClassName
{
border-color: #E592C5;
}
</style>