Shades of Shocking Pink #E60FB7
Tints of Shocking Pink #E60FB7
RGB
CMYK
RGB Variations
Color information
#E60FB7 (or 0xE60FB7) is known color: Shocking Pink. HEX triplet: E6, 0F and B7. RGB value is (230,15,183). Sum of RGB (Red+Green+Blue) = 230+15+183=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FB7 is #19F048. Grayscale: #616161. Windows color (decimal): -1699913 or 11997158. OLE color: 11997158.
HSL color Cylindrical-coordinate representation of color #E60FB7: hue angle of 313.12º 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 #E60FB7 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 183 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.10 |
| HSL | 313.12º | 0.88% | 0.48% | - |
| HSV(B) | 313.12º | 0.93% | 0.9% | - |
| XYZ | 41.35 | 20.58 | 46.59 | - |
| YUV | 98.44 | 175.73 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 183 | 0 | 0.93 | 0.20 | 0.10 | 313.12 | 0.88 | 0.48 |
| Hex | E6 | F | B7 | 0 | 5D | 14 | A | 139 | 58 | 30 |
| Octal | 346 | 17 | 267 | 0 | 135 | 24 | 12 | 471 | 130 | 60 |
| Binary | 11100110 | 1111 | 10110111 | 0 | 1011101 | 10100 | 1010 | 100111001 | 1011000 | 110000 |
Color Harmonies of #E60FB7
Complementary color
Monochromatic Colors of #E60FB7
Black with #E60FB7
Text Example
Text Example
White with #E60FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FB7; }
p { color: rgb(230,15,183); }
H1.HeaderClassName
{
color: #E60FB7;
}
.AnyTagClassName
{
color: #E60FB7;
}
</style>
background-color css
<style>
a { background-color: #E60FB7; }
a { background-color: rgb(230,15,183); }
div.DivClassName
{
background-color: #E60FB7;
}
.BgClassName
{
background-color: #E60FB7;
}
</style>
border-color css
<style>
span { border-color: #E60FB7; }
span { border-color: rgb(230,15,183); }
td.TdClassName
{
border-color: #E60FB7;
}
.TagClassName
{
border-color: #E60FB7;
}
</style>