Shades of Shocking #E392BA
Tints of Shocking #E392BA
RGB
CMYK
RGB Variations
Color information
#E392BA (or 0xE392BA) is known color: Shocking. HEX triplet: E3, 92 and BA. RGB value is (227,146,186). Sum of RGB (Red+Green+Blue) = 227+146+186=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E392BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392BA is #1C6D45. Grayscale: #AEAEAE. Windows color (decimal): -1862982 or 12227299. OLE color: 12227299.
HSL color Cylindrical-coordinate representation of color #E392BA: hue angle of 330.37º 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 #E392BA is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 186 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.11 |
| HSL | 330.37º | 0.59% | 0.73% | - |
| HSV(B) | 330.37º | 0.36% | 0.89% | - |
| XYZ | 50.82 | 40.43 | 51.58 | - |
| YUV | 174.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 186 | 0 | 0.36 | 0.18 | 0.11 | 330.37 | 0.59 | 0.73 |
| Hex | E3 | 92 | BA | 0 | 24 | 12 | B | 14A | 3B | 49 |
| Octal | 343 | 222 | 272 | 0 | 44 | 22 | 13 | 512 | 73 | 111 |
| Binary | 11100011 | 10010010 | 10111010 | 0 | 100100 | 10010 | 1011 | 101001010 | 111011 | 1001001 |
Color Harmonies of #E392BA
Complementary color
Monochromatic Colors of #E392BA
Black with #E392BA
Text Example
Text Example
White with #E392BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392BA; }
p { color: rgb(227,146,186); }
H1.HeaderClassName
{
color: #E392BA;
}
.AnyTagClassName
{
color: #E392BA;
}
</style>
background-color css
<style>
a { background-color: #E392BA; }
a { background-color: rgb(227,146,186); }
div.DivClassName
{
background-color: #E392BA;
}
.BgClassName
{
background-color: #E392BA;
}
</style>
border-color css
<style>
span { border-color: #E392BA; }
span { border-color: rgb(227,146,186); }
td.TdClassName
{
border-color: #E392BA;
}
.TagClassName
{
border-color: #E392BA;
}
</style>