Shades of Shocking Pink #E60FCF
Tints of Shocking Pink #E60FCF
RGB
CMYK
RGB Variations
Color information
#E60FCF (or 0xE60FCF) is known color: Shocking Pink. HEX triplet: E6, 0F and CF. RGB value is (230,15,207). Sum of RGB (Red+Green+Blue) = 230+15+207=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FCF is #19F030. Grayscale: #646464. Windows color (decimal): -1699889 or 13570022. OLE color: 13570022.
HSL color Cylindrical-coordinate representation of color #E60FCF: hue angle of 306.42º 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 #E60FCF is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.10 |
| HSL | 306.42º | 0.88% | 0.48% | - |
| HSV(B) | 306.42º | 0.93% | 0.9% | - |
| XYZ | 44.07 | 21.67 | 60.89 | - |
| YUV | 101.17 | 187.73 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 207 | 0 | 0.93 | 0.10 | 0.10 | 306.42 | 0.88 | 0.48 |
| Hex | E6 | F | CF | 0 | 5D | A | A | 132 | 58 | 30 |
| Octal | 346 | 17 | 317 | 0 | 135 | 12 | 12 | 462 | 130 | 60 |
| Binary | 11100110 | 1111 | 11001111 | 0 | 1011101 | 1010 | 1010 | 100110010 | 1011000 | 110000 |
Color Harmonies of #E60FCF
Complementary color
Monochromatic Colors of #E60FCF
Black with #E60FCF
Text Example
Text Example
White with #E60FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FCF; }
p { color: rgb(230,15,207); }
H1.HeaderClassName
{
color: #E60FCF;
}
.AnyTagClassName
{
color: #E60FCF;
}
</style>
background-color css
<style>
a { background-color: #E60FCF; }
a { background-color: rgb(230,15,207); }
div.DivClassName
{
background-color: #E60FCF;
}
.BgClassName
{
background-color: #E60FCF;
}
</style>
border-color css
<style>
span { border-color: #E60FCF; }
span { border-color: rgb(230,15,207); }
td.TdClassName
{
border-color: #E60FCF;
}
.TagClassName
{
border-color: #E60FCF;
}
</style>