Shades of Shocking Pink #E90FBC
Tints of Shocking Pink #E90FBC
RGB
CMYK
RGB Variations
Color information
#E90FBC (or 0xE90FBC) is known color: Shocking Pink. HEX triplet: E9, 0F and BC. RGB value is (233,15,188). Sum of RGB (Red+Green+Blue) = 233+15+188=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FBC is #16F043. Grayscale: #636363. Windows color (decimal): -1503300 or 12324841. OLE color: 12324841.
HSL color Cylindrical-coordinate representation of color #E90FBC: hue angle of 312.39º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FBC is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 188 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.09 |
| HSL | 312.39º | 0.88% | 0.49% | - |
| HSV(B) | 312.39º | 0.94% | 0.91% | - |
| XYZ | 42.85 | 21.3 | 49.43 | - |
| YUV | 99.9 | 177.72 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 188 | 0 | 0.94 | 0.19 | 0.09 | 312.39 | 0.88 | 0.49 |
| Hex | E9 | F | BC | 0 | 5E | 13 | 9 | 138 | 58 | 31 |
| Octal | 351 | 17 | 274 | 0 | 136 | 23 | 11 | 470 | 130 | 61 |
| Binary | 11101001 | 1111 | 10111100 | 0 | 1011110 | 10011 | 1001 | 100111000 | 1011000 | 110001 |
Color Harmonies of #E90FBC
Complementary color
Monochromatic Colors of #E90FBC
Black with #E90FBC
Text Example
Text Example
White with #E90FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FBC; }
p { color: rgb(233,15,188); }
H1.HeaderClassName
{
color: #E90FBC;
}
.AnyTagClassName
{
color: #E90FBC;
}
</style>
background-color css
<style>
a { background-color: #E90FBC; }
a { background-color: rgb(233,15,188); }
div.DivClassName
{
background-color: #E90FBC;
}
.BgClassName
{
background-color: #E90FBC;
}
</style>
border-color css
<style>
span { border-color: #E90FBC; }
span { border-color: rgb(233,15,188); }
td.TdClassName
{
border-color: #E90FBC;
}
.TagClassName
{
border-color: #E90FBC;
}
</style>