Shades of Shocking Pink #E90FB6
Tints of Shocking Pink #E90FB6
RGB
CMYK
RGB Variations
Color information
#E90FB6 (or 0xE90FB6) is known color: Shocking Pink. HEX triplet: E9, 0F and B6. RGB value is (233,15,182). Sum of RGB (Red+Green+Blue) = 233+15+182=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FB6 is #16F049. Grayscale: #626262. Windows color (decimal): -1503306 or 11931625. OLE color: 11931625.
HSL color Cylindrical-coordinate representation of color #E90FB6: hue angle of 314.04º 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 #E90FB6 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 182 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.09 |
| HSL | 314.04º | 0.88% | 0.49% | - |
| HSV(B) | 314.04º | 0.94% | 0.91% | - |
| XYZ | 42.22 | 21.04 | 46.09 | - |
| YUV | 99.22 | 174.72 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 182 | 0 | 0.94 | 0.22 | 0.09 | 314.04 | 0.88 | 0.49 |
| Hex | E9 | F | B6 | 0 | 5E | 16 | 9 | 13A | 58 | 31 |
| Octal | 351 | 17 | 266 | 0 | 136 | 26 | 11 | 472 | 130 | 61 |
| Binary | 11101001 | 1111 | 10110110 | 0 | 1011110 | 10110 | 1001 | 100111010 | 1011000 | 110001 |
Color Harmonies of #E90FB6
Complementary color
Monochromatic Colors of #E90FB6
Black with #E90FB6
Text Example
Text Example
White with #E90FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FB6; }
p { color: rgb(233,15,182); }
H1.HeaderClassName
{
color: #E90FB6;
}
.AnyTagClassName
{
color: #E90FB6;
}
</style>
background-color css
<style>
a { background-color: #E90FB6; }
a { background-color: rgb(233,15,182); }
div.DivClassName
{
background-color: #E90FB6;
}
.BgClassName
{
background-color: #E90FB6;
}
</style>
border-color css
<style>
span { border-color: #E90FB6; }
span { border-color: rgb(233,15,182); }
td.TdClassName
{
border-color: #E90FB6;
}
.TagClassName
{
border-color: #E90FB6;
}
</style>