Shades of Shocking #E193BE
Tints of Shocking #E193BE
RGB
CMYK
RGB Variations
Color information
#E193BE (or 0xE193BE) is known color: Shocking. HEX triplet: E1, 93 and BE. RGB value is (225,147,190). Sum of RGB (Red+Green+Blue) = 225+147+190=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E193BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193BE is #1E6C41. Grayscale: #AFAFAF. Windows color (decimal): -1993794 or 12489697. OLE color: 12489697.
HSL color Cylindrical-coordinate representation of color #E193BE: hue angle of 326.92º 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 #E193BE is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 190 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.12 |
| HSL | 326.92º | 0.57% | 0.73% | - |
| HSV(B) | 326.92º | 0.35% | 0.88% | - |
| XYZ | 50.78 | 40.59 | 53.87 | - |
| YUV | 175.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 190 | 0 | 0.35 | 0.16 | 0.12 | 326.92 | 0.57 | 0.73 |
| Hex | E1 | 93 | BE | 0 | 23 | 10 | C | 147 | 39 | 49 |
| Octal | 341 | 223 | 276 | 0 | 43 | 20 | 14 | 507 | 71 | 111 |
| Binary | 11100001 | 10010011 | 10111110 | 0 | 100011 | 10000 | 1100 | 101000111 | 111001 | 1001001 |
Color Harmonies of #E193BE
Complementary color
Monochromatic Colors of #E193BE
Black with #E193BE
Text Example
Text Example
White with #E193BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193BE; }
p { color: rgb(225,147,190); }
H1.HeaderClassName
{
color: #E193BE;
}
.AnyTagClassName
{
color: #E193BE;
}
</style>
background-color css
<style>
a { background-color: #E193BE; }
a { background-color: rgb(225,147,190); }
div.DivClassName
{
background-color: #E193BE;
}
.BgClassName
{
background-color: #E193BE;
}
</style>
border-color css
<style>
span { border-color: #E193BE; }
span { border-color: rgb(225,147,190); }
td.TdClassName
{
border-color: #E193BE;
}
.TagClassName
{
border-color: #E193BE;
}
</style>