Shades of Shocking Pink #E50FBA
Tints of Shocking Pink #E50FBA
RGB
CMYK
RGB Variations
Color information
#E50FBA (or 0xE50FBA) is known color: Shocking Pink. HEX triplet: E5, 0F and BA. RGB value is (229,15,186). Sum of RGB (Red+Green+Blue) = 229+15+186=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FBA is #1AF045. Grayscale: #626262. Windows color (decimal): -1765446 or 12193765. OLE color: 12193765.
HSL color Cylindrical-coordinate representation of color #E50FBA: hue angle of 312.06º 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 #E50FBA is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 186 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.10 |
| HSL | 312.06º | 0.88% | 0.48% | - |
| HSV(B) | 312.06º | 0.93% | 0.9% | - |
| XYZ | 41.35 | 20.54 | 48.24 | - |
| YUV | 98.48 | 177.4 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 186 | 0 | 0.93 | 0.19 | 0.10 | 312.06 | 0.88 | 0.48 |
| Hex | E5 | F | BA | 0 | 5D | 13 | A | 138 | 58 | 30 |
| Octal | 345 | 17 | 272 | 0 | 135 | 23 | 12 | 470 | 130 | 60 |
| Binary | 11100101 | 1111 | 10111010 | 0 | 1011101 | 10011 | 1010 | 100111000 | 1011000 | 110000 |
Color Harmonies of #E50FBA
Complementary color
Monochromatic Colors of #E50FBA
Black with #E50FBA
Text Example
Text Example
White with #E50FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FBA; }
p { color: rgb(229,15,186); }
H1.HeaderClassName
{
color: #E50FBA;
}
.AnyTagClassName
{
color: #E50FBA;
}
</style>
background-color css
<style>
a { background-color: #E50FBA; }
a { background-color: rgb(229,15,186); }
div.DivClassName
{
background-color: #E50FBA;
}
.BgClassName
{
background-color: #E50FBA;
}
</style>
border-color css
<style>
span { border-color: #E50FBA; }
span { border-color: rgb(229,15,186); }
td.TdClassName
{
border-color: #E50FBA;
}
.TagClassName
{
border-color: #E50FBA;
}
</style>