Shades of Shocking #E291B5
Tints of Shocking #E291B5
RGB
CMYK
RGB Variations
Color information
#E291B5 (or 0xE291B5) is known color: Shocking. HEX triplet: E2, 91 and B5. RGB value is (226,145,181). Sum of RGB (Red+Green+Blue) = 226+145+181=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E291B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291B5 is #1D6E4A. Grayscale: #ADADAD. Windows color (decimal): -1928779 or 11899362. OLE color: 11899362.
HSL color Cylindrical-coordinate representation of color #E291B5: hue angle of 333.33º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E291B5 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 181 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.11 |
| HSL | 333.33º | 0.58% | 0.73% | - |
| HSV(B) | 333.33º | 0.36% | 0.89% | - |
| XYZ | 49.83 | 39.76 | 48.76 | - |
| YUV | 173.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 181 | 0 | 0.36 | 0.20 | 0.11 | 333.33 | 0.58 | 0.73 |
| Hex | E2 | 91 | B5 | 0 | 24 | 14 | B | 14D | 3A | 49 |
| Octal | 342 | 221 | 265 | 0 | 44 | 24 | 13 | 515 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10110101 | 0 | 100100 | 10100 | 1011 | 101001101 | 111010 | 1001001 |
Color Harmonies of #E291B5
Complementary color
Monochromatic Colors of #E291B5
Black with #E291B5
Text Example
Text Example
White with #E291B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291B5; }
p { color: rgb(226,145,181); }
H1.HeaderClassName
{
color: #E291B5;
}
.AnyTagClassName
{
color: #E291B5;
}
</style>
background-color css
<style>
a { background-color: #E291B5; }
a { background-color: rgb(226,145,181); }
div.DivClassName
{
background-color: #E291B5;
}
.BgClassName
{
background-color: #E291B5;
}
</style>
border-color css
<style>
span { border-color: #E291B5; }
span { border-color: rgb(226,145,181); }
td.TdClassName
{
border-color: #E291B5;
}
.TagClassName
{
border-color: #E291B5;
}
</style>