Shades of Shocking #E192C0
Tints of Shocking #E192C0
RGB
CMYK
RGB Variations
Color information
#E192C0 (or 0xE192C0) is known color: Shocking. HEX triplet: E1, 92 and C0. RGB value is (225,146,192). Sum of RGB (Red+Green+Blue) = 225+146+192=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E192C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192C0 is #1E6D3F. Grayscale: #AEAEAE. Windows color (decimal): -1994048 or 12620513. OLE color: 12620513.
HSL color Cylindrical-coordinate representation of color #E192C0: hue angle of 325.06º 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 #E192C0 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 192 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.12 |
| HSL | 325.06º | 0.57% | 0.73% | - |
| HSV(B) | 325.06º | 0.35% | 0.88% | - |
| XYZ | 50.84 | 40.37 | 54.98 | - |
| YUV | 174.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 192 | 0 | 0.35 | 0.15 | 0.12 | 325.06 | 0.57 | 0.73 |
| Hex | E1 | 92 | C0 | 0 | 23 | F | C | 145 | 39 | 49 |
| Octal | 341 | 222 | 300 | 0 | 43 | 17 | 14 | 505 | 71 | 111 |
| Binary | 11100001 | 10010010 | 11000000 | 0 | 100011 | 1111 | 1100 | 101000101 | 111001 | 1001001 |
Color Harmonies of #E192C0
Complementary color
Monochromatic Colors of #E192C0
Black with #E192C0
Text Example
Text Example
White with #E192C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192C0; }
p { color: rgb(225,146,192); }
H1.HeaderClassName
{
color: #E192C0;
}
.AnyTagClassName
{
color: #E192C0;
}
</style>
background-color css
<style>
a { background-color: #E192C0; }
a { background-color: rgb(225,146,192); }
div.DivClassName
{
background-color: #E192C0;
}
.BgClassName
{
background-color: #E192C0;
}
</style>
border-color css
<style>
span { border-color: #E192C0; }
span { border-color: rgb(225,146,192); }
td.TdClassName
{
border-color: #E192C0;
}
.TagClassName
{
border-color: #E192C0;
}
</style>