Shades of Shocking #E092BE
Tints of Shocking #E092BE
RGB
CMYK
RGB Variations
Color information
#E092BE (or 0xE092BE) is known color: Shocking. HEX triplet: E0, 92 and BE. RGB value is (224,146,190). Sum of RGB (Red+Green+Blue) = 224+146+190=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E092BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092BE is #1F6D41. Grayscale: #AEAEAE. Windows color (decimal): -2059586 or 12489440. OLE color: 12489440.
HSL color Cylindrical-coordinate representation of color #E092BE: hue angle of 326.15º 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 #E092BE is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 190 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.12 |
| HSL | 326.15º | 0.56% | 0.73% | - |
| HSV(B) | 326.15º | 0.35% | 0.88% | - |
| XYZ | 50.31 | 40.12 | 53.81 | - |
| YUV | 174.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 190 | 0 | 0.35 | 0.15 | 0.12 | 326.15 | 0.56 | 0.73 |
| Hex | E0 | 92 | BE | 0 | 23 | F | C | 146 | 38 | 49 |
| Octal | 340 | 222 | 276 | 0 | 43 | 17 | 14 | 506 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10111110 | 0 | 100011 | 1111 | 1100 | 101000110 | 111000 | 1001001 |
Color Harmonies of #E092BE
Complementary color
Monochromatic Colors of #E092BE
Black with #E092BE
Text Example
Text Example
White with #E092BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092BE; }
p { color: rgb(224,146,190); }
H1.HeaderClassName
{
color: #E092BE;
}
.AnyTagClassName
{
color: #E092BE;
}
</style>
background-color css
<style>
a { background-color: #E092BE; }
a { background-color: rgb(224,146,190); }
div.DivClassName
{
background-color: #E092BE;
}
.BgClassName
{
background-color: #E092BE;
}
</style>
border-color css
<style>
span { border-color: #E092BE; }
span { border-color: rgb(224,146,190); }
td.TdClassName
{
border-color: #E092BE;
}
.TagClassName
{
border-color: #E092BE;
}
</style>