Shades of Shocking Pink #E80FB4
Tints of Shocking Pink #E80FB4
RGB
CMYK
RGB Variations
Color information
#E80FB4 (or 0xE80FB4) is known color: Shocking Pink. HEX triplet: E8, 0F and B4. RGB value is (232,15,180). Sum of RGB (Red+Green+Blue) = 232+15+180=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80FB4 is #17F04B. Grayscale: #626262. Windows color (decimal): -1568844 or 11800552. OLE color: 11800552.
HSL color Cylindrical-coordinate representation of color #E80FB4: hue angle of 314.38º degrees, saturation: 0.88, 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 #E80FB4 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 180 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.09 |
| HSL | 314.38º | 0.88% | 0.48% | - |
| HSV(B) | 314.38º | 0.94% | 0.91% | - |
| XYZ | 41.69 | 20.79 | 45 | - |
| YUV | 98.69 | 173.89 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 180 | 0 | 0.94 | 0.22 | 0.09 | 314.38 | 0.88 | 0.48 |
| Hex | E8 | F | B4 | 0 | 5E | 16 | 9 | 13A | 58 | 30 |
| Octal | 350 | 17 | 264 | 0 | 136 | 26 | 11 | 472 | 130 | 60 |
| Binary | 11101000 | 1111 | 10110100 | 0 | 1011110 | 10110 | 1001 | 100111010 | 1011000 | 110000 |
Color Harmonies of #E80FB4
Complementary color
Monochromatic Colors of #E80FB4
Black with #E80FB4
Text Example
Text Example
White with #E80FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FB4; }
p { color: rgb(232,15,180); }
H1.HeaderClassName
{
color: #E80FB4;
}
.AnyTagClassName
{
color: #E80FB4;
}
</style>
background-color css
<style>
a { background-color: #E80FB4; }
a { background-color: rgb(232,15,180); }
div.DivClassName
{
background-color: #E80FB4;
}
.BgClassName
{
background-color: #E80FB4;
}
</style>
border-color css
<style>
span { border-color: #E80FB4; }
span { border-color: rgb(232,15,180); }
td.TdClassName
{
border-color: #E80FB4;
}
.TagClassName
{
border-color: #E80FB4;
}
</style>