Shades of Shocking #E092B7
Tints of Shocking #E092B7
RGB
CMYK
RGB Variations
Color information
#E092B7 (or 0xE092B7) is known color: Shocking. HEX triplet: E0, 92 and B7. RGB value is (224,146,183). Sum of RGB (Red+Green+Blue) = 224+146+183=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E092B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092B7 is #1F6D48. Grayscale: #ADADAD. Windows color (decimal): -2059593 or 12030688. OLE color: 12030688.
HSL color Cylindrical-coordinate representation of color #E092B7: hue angle of 331.54º 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 #E092B7 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 183 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.12 |
| HSL | 331.54º | 0.56% | 0.73% | - |
| HSV(B) | 331.54º | 0.35% | 0.88% | - |
| XYZ | 49.57 | 39.82 | 49.87 | - |
| YUV | 173.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 183 | 0 | 0.35 | 0.18 | 0.12 | 331.54 | 0.56 | 0.73 |
| Hex | E0 | 92 | B7 | 0 | 23 | 12 | C | 14C | 38 | 49 |
| Octal | 340 | 222 | 267 | 0 | 43 | 22 | 14 | 514 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10110111 | 0 | 100011 | 10010 | 1100 | 101001100 | 111000 | 1001001 |
Color Harmonies of #E092B7
Complementary color
Monochromatic Colors of #E092B7
Black with #E092B7
Text Example
Text Example
White with #E092B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092B7; }
p { color: rgb(224,146,183); }
H1.HeaderClassName
{
color: #E092B7;
}
.AnyTagClassName
{
color: #E092B7;
}
</style>
background-color css
<style>
a { background-color: #E092B7; }
a { background-color: rgb(224,146,183); }
div.DivClassName
{
background-color: #E092B7;
}
.BgClassName
{
background-color: #E092B7;
}
</style>
border-color css
<style>
span { border-color: #E092B7; }
span { border-color: rgb(224,146,183); }
td.TdClassName
{
border-color: #E092B7;
}
.TagClassName
{
border-color: #E092B7;
}
</style>