Shades of Shocking Pink #E60FB1
Tints of Shocking Pink #E60FB1
RGB
CMYK
RGB Variations
Color information
#E60FB1 (or 0xE60FB1) is known color: Shocking Pink. HEX triplet: E6, 0F and B1. RGB value is (230,15,177). Sum of RGB (Red+Green+Blue) = 230+15+177=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60FB1 is #19F04E. Grayscale: #616161. Windows color (decimal): -1699919 or 11603942. OLE color: 11603942.
HSL color Cylindrical-coordinate representation of color #E60FB1: hue angle of 314.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60FB1 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 177 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.10 |
| HSL | 314.79º | 0.88% | 0.48% | - |
| HSV(B) | 314.79º | 0.93% | 0.9% | - |
| XYZ | 40.74 | 20.34 | 43.37 | - |
| YUV | 97.75 | 172.73 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 177 | 0 | 0.93 | 0.23 | 0.10 | 314.79 | 0.88 | 0.48 |
| Hex | E6 | F | B1 | 0 | 5D | 17 | A | 13B | 58 | 30 |
| Octal | 346 | 17 | 261 | 0 | 135 | 27 | 12 | 473 | 130 | 60 |
| Binary | 11100110 | 1111 | 10110001 | 0 | 1011101 | 10111 | 1010 | 100111011 | 1011000 | 110000 |
Color Harmonies of #E60FB1
Complementary color
Monochromatic Colors of #E60FB1
Black with #E60FB1
Text Example
Text Example
White with #E60FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FB1; }
p { color: rgb(230,15,177); }
H1.HeaderClassName
{
color: #E60FB1;
}
.AnyTagClassName
{
color: #E60FB1;
}
</style>
background-color css
<style>
a { background-color: #E60FB1; }
a { background-color: rgb(230,15,177); }
div.DivClassName
{
background-color: #E60FB1;
}
.BgClassName
{
background-color: #E60FB1;
}
</style>
border-color css
<style>
span { border-color: #E60FB1; }
span { border-color: rgb(230,15,177); }
td.TdClassName
{
border-color: #E60FB1;
}
.TagClassName
{
border-color: #E60FB1;
}
</style>