Shades of Shocking Pink #E40FBA
Tints of Shocking Pink #E40FBA
RGB
CMYK
RGB Variations
Color information
#E40FBA (or 0xE40FBA) is known color: Shocking Pink. HEX triplet: E4, 0F and BA. RGB value is (228,15,186). Sum of RGB (Red+Green+Blue) = 228+15+186=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FBA is #1BF045. Grayscale: #616161. Windows color (decimal): -1830982 or 12193764. OLE color: 12193764.
HSL color Cylindrical-coordinate representation of color #E40FBA: hue angle of 311.83º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40FBA is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 186 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.11 |
| HSL | 311.83º | 0.88% | 0.48% | - |
| HSV(B) | 311.83º | 0.93% | 0.89% | - |
| XYZ | 41.03 | 20.38 | 48.23 | - |
| YUV | 98.18 | 177.57 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 186 | 0 | 0.93 | 0.18 | 0.11 | 311.83 | 0.88 | 0.48 |
| Hex | E4 | F | BA | 0 | 5D | 12 | B | 138 | 58 | 30 |
| Octal | 344 | 17 | 272 | 0 | 135 | 22 | 13 | 470 | 130 | 60 |
| Binary | 11100100 | 1111 | 10111010 | 0 | 1011101 | 10010 | 1011 | 100111000 | 1011000 | 110000 |
Color Harmonies of #E40FBA
Complementary color
Monochromatic Colors of #E40FBA
Black with #E40FBA
Text Example
Text Example
White with #E40FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FBA; }
p { color: rgb(228,15,186); }
H1.HeaderClassName
{
color: #E40FBA;
}
.AnyTagClassName
{
color: #E40FBA;
}
</style>
background-color css
<style>
a { background-color: #E40FBA; }
a { background-color: rgb(228,15,186); }
div.DivClassName
{
background-color: #E40FBA;
}
.BgClassName
{
background-color: #E40FBA;
}
</style>
border-color css
<style>
span { border-color: #E40FBA; }
span { border-color: rgb(228,15,186); }
td.TdClassName
{
border-color: #E40FBA;
}
.TagClassName
{
border-color: #E40FBA;
}
</style>