Shades of Shocking #E593CE
Tints of Shocking #E593CE
RGB
CMYK
RGB Variations
Color information
#E593CE (or 0xE593CE) is known color: Shocking. HEX triplet: E5, 93 and CE. RGB value is (229,147,206). Sum of RGB (Red+Green+Blue) = 229+147+206=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E593CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593CE is #1A6C31. Grayscale: #B2B2B2. Windows color (decimal): -1731634 or 13538277. OLE color: 13538277.
HSL color Cylindrical-coordinate representation of color #E593CE: hue angle of 316.83º 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 #E593CE is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 206 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.10 |
| HSL | 316.83º | 0.61% | 0.74% | - |
| HSV(B) | 316.83º | 0.36% | 0.9% | - |
| XYZ | 53.89 | 41.98 | 63.66 | - |
| YUV | 178.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 206 | 0 | 0.36 | 0.10 | 0.10 | 316.83 | 0.61 | 0.74 |
| Hex | E5 | 93 | CE | 0 | 24 | A | A | 13D | 3D | 4A |
| Octal | 345 | 223 | 316 | 0 | 44 | 12 | 12 | 475 | 75 | 112 |
| Binary | 11100101 | 10010011 | 11001110 | 0 | 100100 | 1010 | 1010 | 100111101 | 111101 | 1001010 |
Color Harmonies of #E593CE
Complementary color
Monochromatic Colors of #E593CE
Black with #E593CE
Text Example
Text Example
White with #E593CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593CE; }
p { color: rgb(229,147,206); }
H1.HeaderClassName
{
color: #E593CE;
}
.AnyTagClassName
{
color: #E593CE;
}
</style>
background-color css
<style>
a { background-color: #E593CE; }
a { background-color: rgb(229,147,206); }
div.DivClassName
{
background-color: #E593CE;
}
.BgClassName
{
background-color: #E593CE;
}
</style>
border-color css
<style>
span { border-color: #E593CE; }
span { border-color: rgb(229,147,206); }
td.TdClassName
{
border-color: #E593CE;
}
.TagClassName
{
border-color: #E593CE;
}
</style>