Shades of Shocking Pink #E50FCF
Tints of Shocking Pink #E50FCF
RGB
CMYK
RGB Variations
Color information
#E50FCF (or 0xE50FCF) is known color: Shocking Pink. HEX triplet: E5, 0F and CF. RGB value is (229,15,207). Sum of RGB (Red+Green+Blue) = 229+15+207=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FCF is #1AF030. Grayscale: #646464. Windows color (decimal): -1765425 or 13570021. OLE color: 13570021.
HSL color Cylindrical-coordinate representation of color #E50FCF: hue angle of 306.17º 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 #E50FCF is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.10 |
| HSL | 306.17º | 0.88% | 0.48% | - |
| HSV(B) | 306.17º | 0.93% | 0.9% | - |
| XYZ | 43.75 | 21.5 | 60.88 | - |
| YUV | 100.87 | 187.9 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 207 | 0 | 0.93 | 0.10 | 0.10 | 306.17 | 0.88 | 0.48 |
| Hex | E5 | F | CF | 0 | 5D | A | A | 132 | 58 | 30 |
| Octal | 345 | 17 | 317 | 0 | 135 | 12 | 12 | 462 | 130 | 60 |
| Binary | 11100101 | 1111 | 11001111 | 0 | 1011101 | 1010 | 1010 | 100110010 | 1011000 | 110000 |
Color Harmonies of #E50FCF
Complementary color
Monochromatic Colors of #E50FCF
Black with #E50FCF
Text Example
Text Example
White with #E50FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FCF; }
p { color: rgb(229,15,207); }
H1.HeaderClassName
{
color: #E50FCF;
}
.AnyTagClassName
{
color: #E50FCF;
}
</style>
background-color css
<style>
a { background-color: #E50FCF; }
a { background-color: rgb(229,15,207); }
div.DivClassName
{
background-color: #E50FCF;
}
.BgClassName
{
background-color: #E50FCF;
}
</style>
border-color css
<style>
span { border-color: #E50FCF; }
span { border-color: rgb(229,15,207); }
td.TdClassName
{
border-color: #E50FCF;
}
.TagClassName
{
border-color: #E50FCF;
}
</style>