Shades of Shocking #E593C3
Tints of Shocking #E593C3
RGB
CMYK
RGB Variations
Color information
#E593C3 (or 0xE593C3) is known color: Shocking. HEX triplet: E5, 93 and C3. RGB value is (229,147,195). Sum of RGB (Red+Green+Blue) = 229+147+195=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E593C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593C3 is #1A6C3C. Grayscale: #B0B0B0. Windows color (decimal): -1731645 or 12817381. OLE color: 12817381.
HSL color Cylindrical-coordinate representation of color #E593C3: hue angle of 324.88º 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 #E593C3 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 195 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.10 |
| HSL | 324.88º | 0.61% | 0.74% | - |
| HSV(B) | 324.88º | 0.36% | 0.9% | - |
| XYZ | 52.6 | 41.47 | 56.86 | - |
| YUV | 176.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 195 | 0 | 0.36 | 0.15 | 0.10 | 324.88 | 0.61 | 0.74 |
| Hex | E5 | 93 | C3 | 0 | 24 | F | A | 145 | 3D | 4A |
| Octal | 345 | 223 | 303 | 0 | 44 | 17 | 12 | 505 | 75 | 112 |
| Binary | 11100101 | 10010011 | 11000011 | 0 | 100100 | 1111 | 1010 | 101000101 | 111101 | 1001010 |
Color Harmonies of #E593C3
Complementary color
Monochromatic Colors of #E593C3
Black with #E593C3
Text Example
Text Example
White with #E593C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593C3; }
p { color: rgb(229,147,195); }
H1.HeaderClassName
{
color: #E593C3;
}
.AnyTagClassName
{
color: #E593C3;
}
</style>
background-color css
<style>
a { background-color: #E593C3; }
a { background-color: rgb(229,147,195); }
div.DivClassName
{
background-color: #E593C3;
}
.BgClassName
{
background-color: #E593C3;
}
</style>
border-color css
<style>
span { border-color: #E593C3; }
span { border-color: rgb(229,147,195); }
td.TdClassName
{
border-color: #E593C3;
}
.TagClassName
{
border-color: #E593C3;
}
</style>