Shades of Shocking #E290BA
Tints of Shocking #E290BA
RGB
CMYK
RGB Variations
Color information
#E290BA (or 0xE290BA) is known color: Shocking. HEX triplet: E2, 90 and BA. RGB value is (226,144,186). Sum of RGB (Red+Green+Blue) = 226+144+186=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E290BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290BA is #1D6F45. Grayscale: #ADADAD. Windows color (decimal): -1929030 or 12226786. OLE color: 12226786.
HSL color Cylindrical-coordinate representation of color #E290BA: hue angle of 329.27º 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 #E290BA is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 186 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.11 |
| HSL | 329.27º | 0.59% | 0.73% | - |
| HSV(B) | 329.27º | 0.36% | 0.89% | - |
| XYZ | 50.2 | 39.66 | 51.46 | - |
| YUV | 173.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 186 | 0 | 0.36 | 0.18 | 0.11 | 329.27 | 0.59 | 0.73 |
| Hex | E2 | 90 | BA | 0 | 24 | 12 | B | 149 | 3B | 49 |
| Octal | 342 | 220 | 272 | 0 | 44 | 22 | 13 | 511 | 73 | 111 |
| Binary | 11100010 | 10010000 | 10111010 | 0 | 100100 | 10010 | 1011 | 101001001 | 111011 | 1001001 |
Color Harmonies of #E290BA
Complementary color
Monochromatic Colors of #E290BA
Black with #E290BA
Text Example
Text Example
White with #E290BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290BA; }
p { color: rgb(226,144,186); }
H1.HeaderClassName
{
color: #E290BA;
}
.AnyTagClassName
{
color: #E290BA;
}
</style>
background-color css
<style>
a { background-color: #E290BA; }
a { background-color: rgb(226,144,186); }
div.DivClassName
{
background-color: #E290BA;
}
.BgClassName
{
background-color: #E290BA;
}
</style>
border-color css
<style>
span { border-color: #E290BA; }
span { border-color: rgb(226,144,186); }
td.TdClassName
{
border-color: #E290BA;
}
.TagClassName
{
border-color: #E290BA;
}
</style>