Shades of Shocking Pink #E80FB6
Tints of Shocking Pink #E80FB6
RGB
CMYK
RGB Variations
Color information
#E80FB6 (or 0xE80FB6) is known color: Shocking Pink. HEX triplet: E8, 0F and B6. RGB value is (232,15,182). Sum of RGB (Red+Green+Blue) = 232+15+182=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80FB6 is #17F049. Grayscale: #626262. Windows color (decimal): -1568842 or 11931624. OLE color: 11931624.
HSL color Cylindrical-coordinate representation of color #E80FB6: hue angle of 313.82º 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 #E80FB6 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 182 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.09 |
| HSL | 313.82º | 0.88% | 0.48% | - |
| HSV(B) | 313.82º | 0.94% | 0.91% | - |
| XYZ | 41.89 | 20.87 | 46.08 | - |
| YUV | 98.92 | 174.89 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 182 | 0 | 0.94 | 0.22 | 0.09 | 313.82 | 0.88 | 0.48 |
| Hex | E8 | F | B6 | 0 | 5E | 16 | 9 | 13A | 58 | 30 |
| Octal | 350 | 17 | 266 | 0 | 136 | 26 | 11 | 472 | 130 | 60 |
| Binary | 11101000 | 1111 | 10110110 | 0 | 1011110 | 10110 | 1001 | 100111010 | 1011000 | 110000 |
Color Harmonies of #E80FB6
Complementary color
Monochromatic Colors of #E80FB6
Black with #E80FB6
Text Example
Text Example
White with #E80FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FB6; }
p { color: rgb(232,15,182); }
H1.HeaderClassName
{
color: #E80FB6;
}
.AnyTagClassName
{
color: #E80FB6;
}
</style>
background-color css
<style>
a { background-color: #E80FB6; }
a { background-color: rgb(232,15,182); }
div.DivClassName
{
background-color: #E80FB6;
}
.BgClassName
{
background-color: #E80FB6;
}
</style>
border-color css
<style>
span { border-color: #E80FB6; }
span { border-color: rgb(232,15,182); }
td.TdClassName
{
border-color: #E80FB6;
}
.TagClassName
{
border-color: #E80FB6;
}
</style>