Shades of Shocking Pink #E90EB2
Tints of Shocking Pink #E90EB2
RGB
CMYK
RGB Variations
Color information
#E90EB2 (or 0xE90EB2) is known color: Shocking Pink. HEX triplet: E9, 0E and B2. RGB value is (233,14,178). Sum of RGB (Red+Green+Blue) = 233+14+178=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E90EB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90EB2 is #16F14D. Grayscale: #616161. Windows color (decimal): -1503566 or 11669225. OLE color: 11669225.
HSL color Cylindrical-coordinate representation of color #E90EB2: hue angle of 315.07º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90EB2 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 178 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.09 |
| HSL | 315.07º | 0.89% | 0.48% | - |
| HSV(B) | 315.07º | 0.94% | 0.91% | - |
| XYZ | 41.8 | 20.85 | 43.94 | - |
| YUV | 98.18 | 173.05 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 178 | 0 | 0.94 | 0.24 | 0.09 | 315.07 | 0.89 | 0.48 |
| Hex | E9 | E | B2 | 0 | 5E | 18 | 9 | 13B | 59 | 30 |
| Octal | 351 | 16 | 262 | 0 | 136 | 30 | 11 | 473 | 131 | 60 |
| Binary | 11101001 | 1110 | 10110010 | 0 | 1011110 | 11000 | 1001 | 100111011 | 1011001 | 110000 |
Color Harmonies of #E90EB2
Complementary color
Monochromatic Colors of #E90EB2
Black with #E90EB2
Text Example
Text Example
White with #E90EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90EB2; }
p { color: rgb(233,14,178); }
H1.HeaderClassName
{
color: #E90EB2;
}
.AnyTagClassName
{
color: #E90EB2;
}
</style>
background-color css
<style>
a { background-color: #E90EB2; }
a { background-color: rgb(233,14,178); }
div.DivClassName
{
background-color: #E90EB2;
}
.BgClassName
{
background-color: #E90EB2;
}
</style>
border-color css
<style>
span { border-color: #E90EB2; }
span { border-color: rgb(233,14,178); }
td.TdClassName
{
border-color: #E90EB2;
}
.TagClassName
{
border-color: #E90EB2;
}
</style>