Shades of Shocking Pink #E90FBD
Tints of Shocking Pink #E90FBD
RGB
CMYK
RGB Variations
Color information
#E90FBD (or 0xE90FBD) is known color: Shocking Pink. HEX triplet: E9, 0F and BD. RGB value is (233,15,189). Sum of RGB (Red+Green+Blue) = 233+15+189=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FBD is #16F042. Grayscale: #636363. Windows color (decimal): -1503299 or 12390377. OLE color: 12390377.
HSL color Cylindrical-coordinate representation of color #E90FBD: hue angle of 312.11º 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 #E90FBD is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 189 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.09 |
| HSL | 312.11º | 0.88% | 0.49% | - |
| HSV(B) | 312.11º | 0.94% | 0.91% | - |
| XYZ | 42.96 | 21.34 | 50 | - |
| YUV | 100.02 | 178.22 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 189 | 0 | 0.94 | 0.19 | 0.09 | 312.11 | 0.88 | 0.49 |
| Hex | E9 | F | BD | 0 | 5E | 13 | 9 | 138 | 58 | 31 |
| Octal | 351 | 17 | 275 | 0 | 136 | 23 | 11 | 470 | 130 | 61 |
| Binary | 11101001 | 1111 | 10111101 | 0 | 1011110 | 10011 | 1001 | 100111000 | 1011000 | 110001 |
Color Harmonies of #E90FBD
Complementary color
Monochromatic Colors of #E90FBD
Black with #E90FBD
Text Example
Text Example
White with #E90FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FBD; }
p { color: rgb(233,15,189); }
H1.HeaderClassName
{
color: #E90FBD;
}
.AnyTagClassName
{
color: #E90FBD;
}
</style>
background-color css
<style>
a { background-color: #E90FBD; }
a { background-color: rgb(233,15,189); }
div.DivClassName
{
background-color: #E90FBD;
}
.BgClassName
{
background-color: #E90FBD;
}
</style>
border-color css
<style>
span { border-color: #E90FBD; }
span { border-color: rgb(233,15,189); }
td.TdClassName
{
border-color: #E90FBD;
}
.TagClassName
{
border-color: #E90FBD;
}
</style>