Shades of Shocking #E593C9
Tints of Shocking #E593C9
RGB
CMYK
RGB Variations
Color information
#E593C9 (or 0xE593C9) is known color: Shocking. HEX triplet: E5, 93 and C9. RGB value is (229,147,201). Sum of RGB (Red+Green+Blue) = 229+147+201=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E593C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593C9 is #1A6C36. Grayscale: #B1B1B1. Windows color (decimal): -1731639 or 13210597. OLE color: 13210597.
HSL color Cylindrical-coordinate representation of color #E593C9: hue angle of 320.49º 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 #E593C9 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 201 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.10 |
| HSL | 320.49º | 0.61% | 0.74% | - |
| HSV(B) | 320.49º | 0.36% | 0.9% | - |
| XYZ | 53.29 | 41.74 | 60.51 | - |
| YUV | 177.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 201 | 0 | 0.36 | 0.12 | 0.10 | 320.49 | 0.61 | 0.74 |
| Hex | E5 | 93 | C9 | 0 | 24 | C | A | 140 | 3D | 4A |
| Octal | 345 | 223 | 311 | 0 | 44 | 14 | 12 | 500 | 75 | 112 |
| Binary | 11100101 | 10010011 | 11001001 | 0 | 100100 | 1100 | 1010 | 101000000 | 111101 | 1001010 |
Color Harmonies of #E593C9
Complementary color
Monochromatic Colors of #E593C9
Black with #E593C9
Text Example
Text Example
White with #E593C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593C9; }
p { color: rgb(229,147,201); }
H1.HeaderClassName
{
color: #E593C9;
}
.AnyTagClassName
{
color: #E593C9;
}
</style>
background-color css
<style>
a { background-color: #E593C9; }
a { background-color: rgb(229,147,201); }
div.DivClassName
{
background-color: #E593C9;
}
.BgClassName
{
background-color: #E593C9;
}
</style>
border-color css
<style>
span { border-color: #E593C9; }
span { border-color: rgb(229,147,201); }
td.TdClassName
{
border-color: #E593C9;
}
.TagClassName
{
border-color: #E593C9;
}
</style>