Shades of Shocking #E093B6
Tints of Shocking #E093B6
RGB
CMYK
RGB Variations
Color information
#E093B6 (or 0xE093B6) is known color: Shocking. HEX triplet: E0, 93 and B6. RGB value is (224,147,182). Sum of RGB (Red+Green+Blue) = 224+147+182=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E093B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093B6 is #1F6C49. Grayscale: #ADADAD. Windows color (decimal): -2059338 or 11965408. OLE color: 11965408.
HSL color Cylindrical-coordinate representation of color #E093B6: hue angle of 332.73º 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 #E093B6 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 182 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.12 |
| HSL | 332.73º | 0.55% | 0.73% | - |
| HSV(B) | 332.73º | 0.34% | 0.88% | - |
| XYZ | 49.62 | 40.09 | 49.38 | - |
| YUV | 174.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 182 | 0 | 0.34 | 0.19 | 0.12 | 332.73 | 0.55 | 0.73 |
| Hex | E0 | 93 | B6 | 0 | 22 | 13 | C | 14D | 37 | 49 |
| Octal | 340 | 223 | 266 | 0 | 42 | 23 | 14 | 515 | 67 | 111 |
| Binary | 11100000 | 10010011 | 10110110 | 0 | 100010 | 10011 | 1100 | 101001101 | 110111 | 1001001 |
Color Harmonies of #E093B6
Complementary color
Monochromatic Colors of #E093B6
Black with #E093B6
Text Example
Text Example
White with #E093B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093B6; }
p { color: rgb(224,147,182); }
H1.HeaderClassName
{
color: #E093B6;
}
.AnyTagClassName
{
color: #E093B6;
}
</style>
background-color css
<style>
a { background-color: #E093B6; }
a { background-color: rgb(224,147,182); }
div.DivClassName
{
background-color: #E093B6;
}
.BgClassName
{
background-color: #E093B6;
}
</style>
border-color css
<style>
span { border-color: #E093B6; }
span { border-color: rgb(224,147,182); }
td.TdClassName
{
border-color: #E093B6;
}
.TagClassName
{
border-color: #E093B6;
}
</style>