Shades of Shocking #E392C0
Tints of Shocking #E392C0
RGB
CMYK
RGB Variations
Color information
#E392C0 (or 0xE392C0) is known color: Shocking. HEX triplet: E3, 92 and C0. RGB value is (227,146,192). Sum of RGB (Red+Green+Blue) = 227+146+192=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E392C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392C0 is #1C6D3F. Grayscale: #AFAFAF. Windows color (decimal): -1862976 or 12620515. OLE color: 12620515.
HSL color Cylindrical-coordinate representation of color #E392C0: hue angle of 325.93º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E392C0 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 192 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.11 |
| HSL | 325.93º | 0.59% | 0.73% | - |
| HSV(B) | 325.93º | 0.36% | 0.89% | - |
| XYZ | 51.47 | 40.69 | 55.01 | - |
| YUV | 175.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 192 | 0 | 0.36 | 0.15 | 0.11 | 325.93 | 0.59 | 0.73 |
| Hex | E3 | 92 | C0 | 0 | 24 | F | B | 146 | 3B | 49 |
| Octal | 343 | 222 | 300 | 0 | 44 | 17 | 13 | 506 | 73 | 111 |
| Binary | 11100011 | 10010010 | 11000000 | 0 | 100100 | 1111 | 1011 | 101000110 | 111011 | 1001001 |
Color Harmonies of #E392C0
Complementary color
Monochromatic Colors of #E392C0
Black with #E392C0
Text Example
Text Example
White with #E392C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392C0; }
p { color: rgb(227,146,192); }
H1.HeaderClassName
{
color: #E392C0;
}
.AnyTagClassName
{
color: #E392C0;
}
</style>
background-color css
<style>
a { background-color: #E392C0; }
a { background-color: rgb(227,146,192); }
div.DivClassName
{
background-color: #E392C0;
}
.BgClassName
{
background-color: #E392C0;
}
</style>
border-color css
<style>
span { border-color: #E392C0; }
span { border-color: rgb(227,146,192); }
td.TdClassName
{
border-color: #E392C0;
}
.TagClassName
{
border-color: #E392C0;
}
</style>