Shades of Shocking Pink #E90FB1
Tints of Shocking Pink #E90FB1
RGB
CMYK
RGB Variations
Color information
#E90FB1 (or 0xE90FB1) is known color: Shocking Pink. HEX triplet: E9, 0F and B1. RGB value is (233,15,177). Sum of RGB (Red+Green+Blue) = 233+15+177=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90FB1 is #16F04E. Grayscale: #626262. Windows color (decimal): -1503311 or 11603945. OLE color: 11603945.
HSL color Cylindrical-coordinate representation of color #E90FB1: hue angle of 315.41º 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 #E90FB1 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 177 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.09 |
| HSL | 315.41º | 0.88% | 0.49% | - |
| HSV(B) | 315.41º | 0.94% | 0.91% | - |
| XYZ | 41.71 | 20.84 | 43.42 | - |
| YUV | 98.65 | 172.22 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 177 | 0 | 0.94 | 0.24 | 0.09 | 315.41 | 0.88 | 0.49 |
| Hex | E9 | F | B1 | 0 | 5E | 18 | 9 | 13B | 58 | 31 |
| Octal | 351 | 17 | 261 | 0 | 136 | 30 | 11 | 473 | 130 | 61 |
| Binary | 11101001 | 1111 | 10110001 | 0 | 1011110 | 11000 | 1001 | 100111011 | 1011000 | 110001 |
Color Harmonies of #E90FB1
Complementary color
Monochromatic Colors of #E90FB1
Black with #E90FB1
Text Example
Text Example
White with #E90FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FB1; }
p { color: rgb(233,15,177); }
H1.HeaderClassName
{
color: #E90FB1;
}
.AnyTagClassName
{
color: #E90FB1;
}
</style>
background-color css
<style>
a { background-color: #E90FB1; }
a { background-color: rgb(233,15,177); }
div.DivClassName
{
background-color: #E90FB1;
}
.BgClassName
{
background-color: #E90FB1;
}
</style>
border-color css
<style>
span { border-color: #E90FB1; }
span { border-color: rgb(233,15,177); }
td.TdClassName
{
border-color: #E90FB1;
}
.TagClassName
{
border-color: #E90FB1;
}
</style>