Shades of Shocking #E292B5
Tints of Shocking #E292B5
RGB
CMYK
RGB Variations
Color information
#E292B5 (or 0xE292B5) is known color: Shocking. HEX triplet: E2, 92 and B5. RGB value is (226,146,181). Sum of RGB (Red+Green+Blue) = 226+146+181=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E292B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292B5 is #1D6D4A. Grayscale: #ADADAD. Windows color (decimal): -1928523 or 11899618. OLE color: 11899618.
HSL color Cylindrical-coordinate representation of color #E292B5: hue angle of 333.75º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E292B5 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 181 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.11 |
| HSL | 333.75º | 0.58% | 0.73% | - |
| HSV(B) | 333.75º | 0.35% | 0.89% | - |
| XYZ | 49.98 | 40.06 | 48.81 | - |
| YUV | 173.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 181 | 0 | 0.35 | 0.20 | 0.11 | 333.75 | 0.58 | 0.73 |
| Hex | E2 | 92 | B5 | 0 | 23 | 14 | B | 14E | 3A | 49 |
| Octal | 342 | 222 | 265 | 0 | 43 | 24 | 13 | 516 | 72 | 111 |
| Binary | 11100010 | 10010010 | 10110101 | 0 | 100011 | 10100 | 1011 | 101001110 | 111010 | 1001001 |
Color Harmonies of #E292B5
Complementary color
Monochromatic Colors of #E292B5
Black with #E292B5
Text Example
Text Example
White with #E292B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292B5; }
p { color: rgb(226,146,181); }
H1.HeaderClassName
{
color: #E292B5;
}
.AnyTagClassName
{
color: #E292B5;
}
</style>
background-color css
<style>
a { background-color: #E292B5; }
a { background-color: rgb(226,146,181); }
div.DivClassName
{
background-color: #E292B5;
}
.BgClassName
{
background-color: #E292B5;
}
</style>
border-color css
<style>
span { border-color: #E292B5; }
span { border-color: rgb(226,146,181); }
td.TdClassName
{
border-color: #E292B5;
}
.TagClassName
{
border-color: #E292B5;
}
</style>