Shades of Shocking #E593C0
Tints of Shocking #E593C0
RGB
CMYK
RGB Variations
Color information
#E593C0 (or 0xE593C0) is known color: Shocking. HEX triplet: E5, 93 and C0. RGB value is (229,147,192). Sum of RGB (Red+Green+Blue) = 229+147+192=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E593C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593C0 is #1A6C3F. Grayscale: #B0B0B0. Windows color (decimal): -1731648 or 12620773. OLE color: 12620773.
HSL color Cylindrical-coordinate representation of color #E593C0: hue angle of 327.07º 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 #E593C0 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 192 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.10 |
| HSL | 327.07º | 0.61% | 0.74% | - |
| HSV(B) | 327.07º | 0.36% | 0.9% | - |
| XYZ | 52.26 | 41.33 | 55.09 | - |
| YUV | 176.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 192 | 0 | 0.36 | 0.16 | 0.10 | 327.07 | 0.61 | 0.74 |
| Hex | E5 | 93 | C0 | 0 | 24 | 10 | A | 147 | 3D | 4A |
| Octal | 345 | 223 | 300 | 0 | 44 | 20 | 12 | 507 | 75 | 112 |
| Binary | 11100101 | 10010011 | 11000000 | 0 | 100100 | 10000 | 1010 | 101000111 | 111101 | 1001010 |
Color Harmonies of #E593C0
Complementary color
Monochromatic Colors of #E593C0
Black with #E593C0
Text Example
Text Example
White with #E593C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593C0; }
p { color: rgb(229,147,192); }
H1.HeaderClassName
{
color: #E593C0;
}
.AnyTagClassName
{
color: #E593C0;
}
</style>
background-color css
<style>
a { background-color: #E593C0; }
a { background-color: rgb(229,147,192); }
div.DivClassName
{
background-color: #E593C0;
}
.BgClassName
{
background-color: #E593C0;
}
</style>
border-color css
<style>
span { border-color: #E593C0; }
span { border-color: rgb(229,147,192); }
td.TdClassName
{
border-color: #E593C0;
}
.TagClassName
{
border-color: #E593C0;
}
</style>