Shades of Shocking #E192C5
Tints of Shocking #E192C5
RGB
CMYK
RGB Variations
Color information
#E192C5 (or 0xE192C5) is known color: Shocking. HEX triplet: E1, 92 and C5. RGB value is (225,146,197). Sum of RGB (Red+Green+Blue) = 225+146+197=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E192C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192C5 is #1E6D3A. Grayscale: #AFAFAF. Windows color (decimal): -1994043 or 12948193. OLE color: 12948193.
HSL color Cylindrical-coordinate representation of color #E192C5: hue angle of 321.27º 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 #E192C5 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 197 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.12 |
| HSL | 321.27º | 0.57% | 0.73% | - |
| HSV(B) | 321.27º | 0.35% | 0.88% | - |
| XYZ | 51.41 | 40.6 | 57.95 | - |
| YUV | 175.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 197 | 0 | 0.35 | 0.12 | 0.12 | 321.27 | 0.57 | 0.73 |
| Hex | E1 | 92 | C5 | 0 | 23 | C | C | 141 | 39 | 49 |
| Octal | 341 | 222 | 305 | 0 | 43 | 14 | 14 | 501 | 71 | 111 |
| Binary | 11100001 | 10010010 | 11000101 | 0 | 100011 | 1100 | 1100 | 101000001 | 111001 | 1001001 |
Color Harmonies of #E192C5
Complementary color
Monochromatic Colors of #E192C5
Black with #E192C5
Text Example
Text Example
White with #E192C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192C5; }
p { color: rgb(225,146,197); }
H1.HeaderClassName
{
color: #E192C5;
}
.AnyTagClassName
{
color: #E192C5;
}
</style>
background-color css
<style>
a { background-color: #E192C5; }
a { background-color: rgb(225,146,197); }
div.DivClassName
{
background-color: #E192C5;
}
.BgClassName
{
background-color: #E192C5;
}
</style>
border-color css
<style>
span { border-color: #E192C5; }
span { border-color: rgb(225,146,197); }
td.TdClassName
{
border-color: #E192C5;
}
.TagClassName
{
border-color: #E192C5;
}
</style>