Shades of Shocking #E193B9
Tints of Shocking #E193B9
RGB
CMYK
RGB Variations
Color information
#E193B9 (or 0xE193B9) is known color: Shocking. HEX triplet: E1, 93 and B9. RGB value is (225,147,185). Sum of RGB (Red+Green+Blue) = 225+147+185=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E193B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193B9 is #1E6C46. Grayscale: #AEAEAE. Windows color (decimal): -1993799 or 12162017. OLE color: 12162017.
HSL color Cylindrical-coordinate representation of color #E193B9: hue angle of 330.77º 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 #E193B9 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 185 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.12 |
| HSL | 330.77º | 0.57% | 0.73% | - |
| HSV(B) | 330.77º | 0.35% | 0.88% | - |
| XYZ | 50.24 | 40.38 | 51.04 | - |
| YUV | 174.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 185 | 0 | 0.35 | 0.18 | 0.12 | 330.77 | 0.57 | 0.73 |
| Hex | E1 | 93 | B9 | 0 | 23 | 12 | C | 14B | 39 | 49 |
| Octal | 341 | 223 | 271 | 0 | 43 | 22 | 14 | 513 | 71 | 111 |
| Binary | 11100001 | 10010011 | 10111001 | 0 | 100011 | 10010 | 1100 | 101001011 | 111001 | 1001001 |
Color Harmonies of #E193B9
Complementary color
Monochromatic Colors of #E193B9
Black with #E193B9
Text Example
Text Example
White with #E193B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193B9; }
p { color: rgb(225,147,185); }
H1.HeaderClassName
{
color: #E193B9;
}
.AnyTagClassName
{
color: #E193B9;
}
</style>
background-color css
<style>
a { background-color: #E193B9; }
a { background-color: rgb(225,147,185); }
div.DivClassName
{
background-color: #E193B9;
}
.BgClassName
{
background-color: #E193B9;
}
</style>
border-color css
<style>
span { border-color: #E193B9; }
span { border-color: rgb(225,147,185); }
td.TdClassName
{
border-color: #E193B9;
}
.TagClassName
{
border-color: #E193B9;
}
</style>