Shades of Shocking #E092B6
Tints of Shocking #E092B6
RGB
CMYK
RGB Variations
Color information
#E092B6 (or 0xE092B6) is known color: Shocking. HEX triplet: E0, 92 and B6. RGB value is (224,146,182). Sum of RGB (Red+Green+Blue) = 224+146+182=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E092B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092B6 is #1F6D49. Grayscale: #ADADAD. Windows color (decimal): -2059594 or 11965152. OLE color: 11965152.
HSL color Cylindrical-coordinate representation of color #E092B6: hue angle of 332.31º 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 #E092B6 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 182 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.12 |
| HSL | 332.31º | 0.56% | 0.73% | - |
| HSV(B) | 332.31º | 0.35% | 0.88% | - |
| XYZ | 49.46 | 39.78 | 49.33 | - |
| YUV | 173.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 182 | 0 | 0.35 | 0.19 | 0.12 | 332.31 | 0.56 | 0.73 |
| Hex | E0 | 92 | B6 | 0 | 23 | 13 | C | 14C | 38 | 49 |
| Octal | 340 | 222 | 266 | 0 | 43 | 23 | 14 | 514 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10110110 | 0 | 100011 | 10011 | 1100 | 101001100 | 111000 | 1001001 |
Color Harmonies of #E092B6
Complementary color
Monochromatic Colors of #E092B6
Black with #E092B6
Text Example
Text Example
White with #E092B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092B6; }
p { color: rgb(224,146,182); }
H1.HeaderClassName
{
color: #E092B6;
}
.AnyTagClassName
{
color: #E092B6;
}
</style>
background-color css
<style>
a { background-color: #E092B6; }
a { background-color: rgb(224,146,182); }
div.DivClassName
{
background-color: #E092B6;
}
.BgClassName
{
background-color: #E092B6;
}
</style>
border-color css
<style>
span { border-color: #E092B6; }
span { border-color: rgb(224,146,182); }
td.TdClassName
{
border-color: #E092B6;
}
.TagClassName
{
border-color: #E092B6;
}
</style>