Shades of Shocking #E290B5
Tints of Shocking #E290B5
RGB
CMYK
RGB Variations
Color information
#E290B5 (or 0xE290B5) is known color: Shocking. HEX triplet: E2, 90 and B5. RGB value is (226,144,181). Sum of RGB (Red+Green+Blue) = 226+144+181=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E290B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290B5 is #1D6F4A. Grayscale: #ACACAC. Windows color (decimal): -1929035 or 11899106. OLE color: 11899106.
HSL color Cylindrical-coordinate representation of color #E290B5: hue angle of 332.93º degrees, saturation: 0.59, 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 #E290B5 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 181 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.11 |
| HSL | 332.93º | 0.59% | 0.73% | - |
| HSV(B) | 332.93º | 0.36% | 0.89% | - |
| XYZ | 49.68 | 39.45 | 48.71 | - |
| YUV | 172.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 181 | 0 | 0.36 | 0.20 | 0.11 | 332.93 | 0.59 | 0.73 |
| Hex | E2 | 90 | B5 | 0 | 24 | 14 | B | 14D | 3B | 49 |
| Octal | 342 | 220 | 265 | 0 | 44 | 24 | 13 | 515 | 73 | 111 |
| Binary | 11100010 | 10010000 | 10110101 | 0 | 100100 | 10100 | 1011 | 101001101 | 111011 | 1001001 |
Color Harmonies of #E290B5
Complementary color
Monochromatic Colors of #E290B5
Black with #E290B5
Text Example
Text Example
White with #E290B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290B5; }
p { color: rgb(226,144,181); }
H1.HeaderClassName
{
color: #E290B5;
}
.AnyTagClassName
{
color: #E290B5;
}
</style>
background-color css
<style>
a { background-color: #E290B5; }
a { background-color: rgb(226,144,181); }
div.DivClassName
{
background-color: #E290B5;
}
.BgClassName
{
background-color: #E290B5;
}
</style>
border-color css
<style>
span { border-color: #E290B5; }
span { border-color: rgb(226,144,181); }
td.TdClassName
{
border-color: #E290B5;
}
.TagClassName
{
border-color: #E290B5;
}
</style>