Shades of Shocking #E193B8
Tints of Shocking #E193B8
RGB
CMYK
RGB Variations
Color information
#E193B8 (or 0xE193B8) is known color: Shocking. HEX triplet: E1, 93 and B8. RGB value is (225,147,184). Sum of RGB (Red+Green+Blue) = 225+147+184=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E193B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193B8 is #1E6C47. Grayscale: #AEAEAE. Windows color (decimal): -1993800 or 12096481. OLE color: 12096481.
HSL color Cylindrical-coordinate representation of color #E193B8: hue angle of 331.54º 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 #E193B8 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 184 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.12 |
| HSL | 331.54º | 0.57% | 0.73% | - |
| HSV(B) | 331.54º | 0.35% | 0.88% | - |
| XYZ | 50.14 | 40.34 | 50.49 | - |
| YUV | 174.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 184 | 0 | 0.35 | 0.18 | 0.12 | 331.54 | 0.57 | 0.73 |
| Hex | E1 | 93 | B8 | 0 | 23 | 12 | C | 14C | 39 | 49 |
| Octal | 341 | 223 | 270 | 0 | 43 | 22 | 14 | 514 | 71 | 111 |
| Binary | 11100001 | 10010011 | 10111000 | 0 | 100011 | 10010 | 1100 | 101001100 | 111001 | 1001001 |
Color Harmonies of #E193B8
Complementary color
Monochromatic Colors of #E193B8
Black with #E193B8
Text Example
Text Example
White with #E193B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193B8; }
p { color: rgb(225,147,184); }
H1.HeaderClassName
{
color: #E193B8;
}
.AnyTagClassName
{
color: #E193B8;
}
</style>
background-color css
<style>
a { background-color: #E193B8; }
a { background-color: rgb(225,147,184); }
div.DivClassName
{
background-color: #E193B8;
}
.BgClassName
{
background-color: #E193B8;
}
</style>
border-color css
<style>
span { border-color: #E193B8; }
span { border-color: rgb(225,147,184); }
td.TdClassName
{
border-color: #E193B8;
}
.TagClassName
{
border-color: #E193B8;
}
</style>