Shades of Shocking Pink #E60FBC
Tints of Shocking Pink #E60FBC
RGB
CMYK
RGB Variations
Color information
#E60FBC (or 0xE60FBC) is known color: Shocking Pink. HEX triplet: E6, 0F and BC. RGB value is (230,15,188). Sum of RGB (Red+Green+Blue) = 230+15+188=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FBC is #19F043. Grayscale: #626262. Windows color (decimal): -1699908 or 12324838. OLE color: 12324838.
HSL color Cylindrical-coordinate representation of color #E60FBC: hue angle of 311.72º 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 #E60FBC is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 188 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.10 |
| HSL | 311.72º | 0.88% | 0.48% | - |
| HSV(B) | 311.72º | 0.93% | 0.9% | - |
| XYZ | 41.88 | 20.8 | 49.38 | - |
| YUV | 99.01 | 178.23 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 188 | 0 | 0.93 | 0.18 | 0.10 | 311.72 | 0.88 | 0.48 |
| Hex | E6 | F | BC | 0 | 5D | 12 | A | 138 | 58 | 30 |
| Octal | 346 | 17 | 274 | 0 | 135 | 22 | 12 | 470 | 130 | 60 |
| Binary | 11100110 | 1111 | 10111100 | 0 | 1011101 | 10010 | 1010 | 100111000 | 1011000 | 110000 |
Color Harmonies of #E60FBC
Complementary color
Monochromatic Colors of #E60FBC
Black with #E60FBC
Text Example
Text Example
White with #E60FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FBC; }
p { color: rgb(230,15,188); }
H1.HeaderClassName
{
color: #E60FBC;
}
.AnyTagClassName
{
color: #E60FBC;
}
</style>
background-color css
<style>
a { background-color: #E60FBC; }
a { background-color: rgb(230,15,188); }
div.DivClassName
{
background-color: #E60FBC;
}
.BgClassName
{
background-color: #E60FBC;
}
</style>
border-color css
<style>
span { border-color: #E60FBC; }
span { border-color: rgb(230,15,188); }
td.TdClassName
{
border-color: #E60FBC;
}
.TagClassName
{
border-color: #E60FBC;
}
</style>