Shades of Shocking #E093C5
Tints of Shocking #E093C5
RGB
CMYK
RGB Variations
Color information
#E093C5 (or 0xE093C5) is known color: Shocking. HEX triplet: E0, 93 and C5. RGB value is (224,147,197). Sum of RGB (Red+Green+Blue) = 224+147+197=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E093C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093C5 is #1F6C3A. Grayscale: #AFAFAF. Windows color (decimal): -2059323 or 12948448. OLE color: 12948448.
HSL color Cylindrical-coordinate representation of color #E093C5: hue angle of 321.04º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E093C5 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 197 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.12 |
| HSL | 321.04º | 0.55% | 0.73% | - |
| HSV(B) | 321.04º | 0.34% | 0.88% | - |
| XYZ | 51.25 | 40.75 | 57.99 | - |
| YUV | 175.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 197 | 0 | 0.34 | 0.12 | 0.12 | 321.04 | 0.55 | 0.73 |
| Hex | E0 | 93 | C5 | 0 | 22 | C | C | 141 | 37 | 49 |
| Octal | 340 | 223 | 305 | 0 | 42 | 14 | 14 | 501 | 67 | 111 |
| Binary | 11100000 | 10010011 | 11000101 | 0 | 100010 | 1100 | 1100 | 101000001 | 110111 | 1001001 |
Color Harmonies of #E093C5
Complementary color
Monochromatic Colors of #E093C5
Black with #E093C5
Text Example
Text Example
White with #E093C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093C5; }
p { color: rgb(224,147,197); }
H1.HeaderClassName
{
color: #E093C5;
}
.AnyTagClassName
{
color: #E093C5;
}
</style>
background-color css
<style>
a { background-color: #E093C5; }
a { background-color: rgb(224,147,197); }
div.DivClassName
{
background-color: #E093C5;
}
.BgClassName
{
background-color: #E093C5;
}
</style>
border-color css
<style>
span { border-color: #E093C5; }
span { border-color: rgb(224,147,197); }
td.TdClassName
{
border-color: #E093C5;
}
.TagClassName
{
border-color: #E093C5;
}
</style>