Shades of Shocking Pink #E50FBC
Tints of Shocking Pink #E50FBC
RGB
CMYK
RGB Variations
Color information
#E50FBC (or 0xE50FBC) is known color: Shocking Pink. HEX triplet: E5, 0F and BC. RGB value is (229,15,188). Sum of RGB (Red+Green+Blue) = 229+15+188=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FBC is #1AF043. Grayscale: #626262. Windows color (decimal): -1765444 or 12324837. OLE color: 12324837.
HSL color Cylindrical-coordinate representation of color #E50FBC: hue angle of 311.5º 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 #E50FBC is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 188 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.10 |
| HSL | 311.5º | 0.88% | 0.48% | - |
| HSV(B) | 311.5º | 0.93% | 0.9% | - |
| XYZ | 41.56 | 20.63 | 49.37 | - |
| YUV | 98.71 | 178.4 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 188 | 0 | 0.93 | 0.18 | 0.10 | 311.5 | 0.88 | 0.48 |
| Hex | E5 | F | BC | 0 | 5D | 12 | A | 137 | 58 | 30 |
| Octal | 345 | 17 | 274 | 0 | 135 | 22 | 12 | 467 | 130 | 60 |
| Binary | 11100101 | 1111 | 10111100 | 0 | 1011101 | 10010 | 1010 | 100110111 | 1011000 | 110000 |
Color Harmonies of #E50FBC
Complementary color
Monochromatic Colors of #E50FBC
Black with #E50FBC
Text Example
Text Example
White with #E50FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FBC; }
p { color: rgb(229,15,188); }
H1.HeaderClassName
{
color: #E50FBC;
}
.AnyTagClassName
{
color: #E50FBC;
}
</style>
background-color css
<style>
a { background-color: #E50FBC; }
a { background-color: rgb(229,15,188); }
div.DivClassName
{
background-color: #E50FBC;
}
.BgClassName
{
background-color: #E50FBC;
}
</style>
border-color css
<style>
span { border-color: #E50FBC; }
span { border-color: rgb(229,15,188); }
td.TdClassName
{
border-color: #E50FBC;
}
.TagClassName
{
border-color: #E50FBC;
}
</style>