Shades of Shocking #E093B9
Tints of Shocking #E093B9
RGB
CMYK
RGB Variations
Color information
#E093B9 (or 0xE093B9) is known color: Shocking. HEX triplet: E0, 93 and B9. RGB value is (224,147,185). Sum of RGB (Red+Green+Blue) = 224+147+185=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E093B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093B9 is #1F6C46. Grayscale: #AEAEAE. Windows color (decimal): -2059335 or 12162016. OLE color: 12162016.
HSL color Cylindrical-coordinate representation of color #E093B9: hue angle of 330.39º 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 #E093B9 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 185 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.12 |
| HSL | 330.39º | 0.55% | 0.73% | - |
| HSV(B) | 330.39º | 0.34% | 0.88% | - |
| XYZ | 49.93 | 40.22 | 51.03 | - |
| YUV | 174.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 185 | 0 | 0.34 | 0.17 | 0.12 | 330.39 | 0.55 | 0.73 |
| Hex | E0 | 93 | B9 | 0 | 22 | 11 | C | 14A | 37 | 49 |
| Octal | 340 | 223 | 271 | 0 | 42 | 21 | 14 | 512 | 67 | 111 |
| Binary | 11100000 | 10010011 | 10111001 | 0 | 100010 | 10001 | 1100 | 101001010 | 110111 | 1001001 |
Color Harmonies of #E093B9
Complementary color
Monochromatic Colors of #E093B9
Black with #E093B9
Text Example
Text Example
White with #E093B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093B9; }
p { color: rgb(224,147,185); }
H1.HeaderClassName
{
color: #E093B9;
}
.AnyTagClassName
{
color: #E093B9;
}
</style>
background-color css
<style>
a { background-color: #E093B9; }
a { background-color: rgb(224,147,185); }
div.DivClassName
{
background-color: #E093B9;
}
.BgClassName
{
background-color: #E093B9;
}
</style>
border-color css
<style>
span { border-color: #E093B9; }
span { border-color: rgb(224,147,185); }
td.TdClassName
{
border-color: #E093B9;
}
.TagClassName
{
border-color: #E093B9;
}
</style>