Shades of Shocking #E390BB
Tints of Shocking #E390BB
RGB
CMYK
RGB Variations
Color information
#E390BB (or 0xE390BB) is known color: Shocking. HEX triplet: E3, 90 and BB. RGB value is (227,144,187). Sum of RGB (Red+Green+Blue) = 227+144+187=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E390BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390BB is #1C6F44. Grayscale: #ADADAD. Windows color (decimal): -1863493 or 12292323. OLE color: 12292323.
HSL color Cylindrical-coordinate representation of color #E390BB: hue angle of 328.92º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E390BB is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 187 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.11 |
| HSL | 328.92º | 0.6% | 0.73% | - |
| HSV(B) | 328.92º | 0.37% | 0.89% | - |
| XYZ | 50.62 | 39.87 | 52.04 | - |
| YUV | 173.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 187 | 0 | 0.37 | 0.18 | 0.11 | 328.92 | 0.6 | 0.73 |
| Hex | E3 | 90 | BB | 0 | 25 | 12 | B | 149 | 3C | 49 |
| Octal | 343 | 220 | 273 | 0 | 45 | 22 | 13 | 511 | 74 | 111 |
| Binary | 11100011 | 10010000 | 10111011 | 0 | 100101 | 10010 | 1011 | 101001001 | 111100 | 1001001 |
Color Harmonies of #E390BB
Complementary color
Monochromatic Colors of #E390BB
Black with #E390BB
Text Example
Text Example
White with #E390BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390BB; }
p { color: rgb(227,144,187); }
H1.HeaderClassName
{
color: #E390BB;
}
.AnyTagClassName
{
color: #E390BB;
}
</style>
background-color css
<style>
a { background-color: #E390BB; }
a { background-color: rgb(227,144,187); }
div.DivClassName
{
background-color: #E390BB;
}
.BgClassName
{
background-color: #E390BB;
}
</style>
border-color css
<style>
span { border-color: #E390BB; }
span { border-color: rgb(227,144,187); }
td.TdClassName
{
border-color: #E390BB;
}
.TagClassName
{
border-color: #E390BB;
}
</style>