Shades of Shocking #E493C9
Tints of Shocking #E493C9
RGB
CMYK
RGB Variations
Color information
#E493C9 (or 0xE493C9) is known color: Shocking. HEX triplet: E4, 93 and C9. RGB value is (228,147,201). Sum of RGB (Red+Green+Blue) = 228+147+201=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E493C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493C9 is #1B6C36. Grayscale: #B1B1B1. Windows color (decimal): -1797175 or 13210596. OLE color: 13210596.
HSL color Cylindrical-coordinate representation of color #E493C9: hue angle of 320º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E493C9 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 201 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.11 |
| HSL | 320º | 0.6% | 0.74% | - |
| HSV(B) | 320º | 0.36% | 0.89% | - |
| XYZ | 52.97 | 41.58 | 60.49 | - |
| YUV | 177.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 201 | 0 | 0.36 | 0.12 | 0.11 | 320 | 0.6 | 0.74 |
| Hex | E4 | 93 | C9 | 0 | 24 | C | B | 140 | 3C | 4A |
| Octal | 344 | 223 | 311 | 0 | 44 | 14 | 13 | 500 | 74 | 112 |
| Binary | 11100100 | 10010011 | 11001001 | 0 | 100100 | 1100 | 1011 | 101000000 | 111100 | 1001010 |
Color Harmonies of #E493C9
Complementary color
Monochromatic Colors of #E493C9
Black with #E493C9
Text Example
Text Example
White with #E493C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E493C9; }
p { color: rgb(228,147,201); }
H1.HeaderClassName
{
color: #E493C9;
}
.AnyTagClassName
{
color: #E493C9;
}
</style>
background-color css
<style>
a { background-color: #E493C9; }
a { background-color: rgb(228,147,201); }
div.DivClassName
{
background-color: #E493C9;
}
.BgClassName
{
background-color: #E493C9;
}
</style>
border-color css
<style>
span { border-color: #E493C9; }
span { border-color: rgb(228,147,201); }
td.TdClassName
{
border-color: #E493C9;
}
.TagClassName
{
border-color: #E493C9;
}
</style>