Shades of Shocking #E093B7
Tints of Shocking #E093B7
RGB
CMYK
RGB Variations
Color information
#E093B7 (or 0xE093B7) is known color: Shocking. HEX triplet: E0, 93 and B7. RGB value is (224,147,183). Sum of RGB (Red+Green+Blue) = 224+147+183=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E093B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093B7 is #1F6C48. Grayscale: #AEAEAE. Windows color (decimal): -2059337 or 12030944. OLE color: 12030944.
HSL color Cylindrical-coordinate representation of color #E093B7: hue angle of 331.95º 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 #E093B7 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 183 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.12 |
| HSL | 331.95º | 0.55% | 0.73% | - |
| HSV(B) | 331.95º | 0.34% | 0.88% | - |
| XYZ | 49.72 | 40.13 | 49.93 | - |
| YUV | 174.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 183 | 0 | 0.34 | 0.18 | 0.12 | 331.95 | 0.55 | 0.73 |
| Hex | E0 | 93 | B7 | 0 | 22 | 12 | C | 14C | 37 | 49 |
| Octal | 340 | 223 | 267 | 0 | 42 | 22 | 14 | 514 | 67 | 111 |
| Binary | 11100000 | 10010011 | 10110111 | 0 | 100010 | 10010 | 1100 | 101001100 | 110111 | 1001001 |
Color Harmonies of #E093B7
Complementary color
Monochromatic Colors of #E093B7
Black with #E093B7
Text Example
Text Example
White with #E093B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093B7; }
p { color: rgb(224,147,183); }
H1.HeaderClassName
{
color: #E093B7;
}
.AnyTagClassName
{
color: #E093B7;
}
</style>
background-color css
<style>
a { background-color: #E093B7; }
a { background-color: rgb(224,147,183); }
div.DivClassName
{
background-color: #E093B7;
}
.BgClassName
{
background-color: #E093B7;
}
</style>
border-color css
<style>
span { border-color: #E093B7; }
span { border-color: rgb(224,147,183); }
td.TdClassName
{
border-color: #E093B7;
}
.TagClassName
{
border-color: #E093B7;
}
</style>