Shades of Shocking #E092BA
Tints of Shocking #E092BA
RGB
CMYK
RGB Variations
Color information
#E092BA (or 0xE092BA) is known color: Shocking. HEX triplet: E0, 92 and BA. RGB value is (224,146,186). Sum of RGB (Red+Green+Blue) = 224+146+186=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E092BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092BA is #1F6D45. Grayscale: #ADADAD. Windows color (decimal): -2059590 or 12227296. OLE color: 12227296.
HSL color Cylindrical-coordinate representation of color #E092BA: hue angle of 329.23º degrees, saturation: 0.56, 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 #E092BA is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 186 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.12 |
| HSL | 329.23º | 0.56% | 0.73% | - |
| HSV(B) | 329.23º | 0.35% | 0.88% | - |
| XYZ | 49.88 | 39.95 | 51.54 | - |
| YUV | 173.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 186 | 0 | 0.35 | 0.17 | 0.12 | 329.23 | 0.56 | 0.73 |
| Hex | E0 | 92 | BA | 0 | 23 | 11 | C | 149 | 38 | 49 |
| Octal | 340 | 222 | 272 | 0 | 43 | 21 | 14 | 511 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10111010 | 0 | 100011 | 10001 | 1100 | 101001001 | 111000 | 1001001 |
Color Harmonies of #E092BA
Complementary color
Monochromatic Colors of #E092BA
Black with #E092BA
Text Example
Text Example
White with #E092BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092BA; }
p { color: rgb(224,146,186); }
H1.HeaderClassName
{
color: #E092BA;
}
.AnyTagClassName
{
color: #E092BA;
}
</style>
background-color css
<style>
a { background-color: #E092BA; }
a { background-color: rgb(224,146,186); }
div.DivClassName
{
background-color: #E092BA;
}
.BgClassName
{
background-color: #E092BA;
}
</style>
border-color css
<style>
span { border-color: #E092BA; }
span { border-color: rgb(224,146,186); }
td.TdClassName
{
border-color: #E092BA;
}
.TagClassName
{
border-color: #E092BA;
}
</style>