Shades of Shocking #E193C6
Tints of Shocking #E193C6
RGB
CMYK
RGB Variations
Color information
#E193C6 (or 0xE193C6) is known color: Shocking. HEX triplet: E1, 93 and C6. RGB value is (225,147,198). Sum of RGB (Red+Green+Blue) = 225+147+198=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E193C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193C6 is #1E6C39. Grayscale: #B0B0B0. Windows color (decimal): -1993786 or 13013985. OLE color: 13013985.
HSL color Cylindrical-coordinate representation of color #E193C6: hue angle of 320.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 #E193C6 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 198 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.12 |
| HSL | 320.77º | 0.57% | 0.73% | - |
| HSV(B) | 320.77º | 0.35% | 0.88% | - |
| XYZ | 51.68 | 40.95 | 58.61 | - |
| YUV | 176.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 198 | 0 | 0.35 | 0.12 | 0.12 | 320.77 | 0.57 | 0.73 |
| Hex | E1 | 93 | C6 | 0 | 23 | C | C | 141 | 39 | 49 |
| Octal | 341 | 223 | 306 | 0 | 43 | 14 | 14 | 501 | 71 | 111 |
| Binary | 11100001 | 10010011 | 11000110 | 0 | 100011 | 1100 | 1100 | 101000001 | 111001 | 1001001 |
Color Harmonies of #E193C6
Complementary color
Monochromatic Colors of #E193C6
Black with #E193C6
Text Example
Text Example
White with #E193C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193C6; }
p { color: rgb(225,147,198); }
H1.HeaderClassName
{
color: #E193C6;
}
.AnyTagClassName
{
color: #E193C6;
}
</style>
background-color css
<style>
a { background-color: #E193C6; }
a { background-color: rgb(225,147,198); }
div.DivClassName
{
background-color: #E193C6;
}
.BgClassName
{
background-color: #E193C6;
}
</style>
border-color css
<style>
span { border-color: #E193C6; }
span { border-color: rgb(225,147,198); }
td.TdClassName
{
border-color: #E193C6;
}
.TagClassName
{
border-color: #E193C6;
}
</style>