Shades of Shocking #E193B6
Tints of Shocking #E193B6
RGB
CMYK
RGB Variations
Color information
#E193B6 (or 0xE193B6) is known color: Shocking. HEX triplet: E1, 93 and B6. RGB value is (225,147,182). Sum of RGB (Red+Green+Blue) = 225+147+182=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E193B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193B6 is #1E6C49. Grayscale: #AEAEAE. Windows color (decimal): -1993802 or 11965409. OLE color: 11965409.
HSL color Cylindrical-coordinate representation of color #E193B6: hue angle of 333.08º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E193B6 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 182 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.12 |
| HSL | 333.08º | 0.57% | 0.73% | - |
| HSV(B) | 333.08º | 0.35% | 0.88% | - |
| XYZ | 49.93 | 40.25 | 49.39 | - |
| YUV | 174.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 182 | 0 | 0.35 | 0.19 | 0.12 | 333.08 | 0.57 | 0.73 |
| Hex | E1 | 93 | B6 | 0 | 23 | 13 | C | 14D | 39 | 49 |
| Octal | 341 | 223 | 266 | 0 | 43 | 23 | 14 | 515 | 71 | 111 |
| Binary | 11100001 | 10010011 | 10110110 | 0 | 100011 | 10011 | 1100 | 101001101 | 111001 | 1001001 |
Color Harmonies of #E193B6
Complementary color
Monochromatic Colors of #E193B6
Black with #E193B6
Text Example
Text Example
White with #E193B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193B6; }
p { color: rgb(225,147,182); }
H1.HeaderClassName
{
color: #E193B6;
}
.AnyTagClassName
{
color: #E193B6;
}
</style>
background-color css
<style>
a { background-color: #E193B6; }
a { background-color: rgb(225,147,182); }
div.DivClassName
{
background-color: #E193B6;
}
.BgClassName
{
background-color: #E193B6;
}
</style>
border-color css
<style>
span { border-color: #E193B6; }
span { border-color: rgb(225,147,182); }
td.TdClassName
{
border-color: #E193B6;
}
.TagClassName
{
border-color: #E193B6;
}
</style>