Shades of Shocking Pink #E416BA
Tints of Shocking Pink #E416BA
RGB
CMYK
RGB Variations
Color information
#E416BA (or 0xE416BA) is known color: Shocking Pink. HEX triplet: E4, 16 and BA. RGB value is (228,22,186). Sum of RGB (Red+Green+Blue) = 228+22+186=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E416BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E416BA is #1BE945. Grayscale: #656565. Windows color (decimal): -1829190 or 12195556. OLE color: 12195556.
HSL color Cylindrical-coordinate representation of color #E416BA: hue angle of 312.23º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E416BA is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 186 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.11 |
| HSL | 312.23º | 0.82% | 0.49% | - |
| HSV(B) | 312.23º | 0.9% | 0.89% | - |
| XYZ | 41.14 | 20.61 | 48.26 | - |
| YUV | 102.29 | 175.25 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 186 | 0 | 0.90 | 0.18 | 0.11 | 312.23 | 0.82 | 0.49 |
| Hex | E4 | 16 | BA | 0 | 5A | 12 | B | 138 | 52 | 31 |
| Octal | 344 | 26 | 272 | 0 | 132 | 22 | 13 | 470 | 122 | 61 |
| Binary | 11100100 | 10110 | 10111010 | 0 | 1011010 | 10010 | 1011 | 100111000 | 1010010 | 110001 |
Color Harmonies of #E416BA
Complementary color
Monochromatic Colors of #E416BA
Black with #E416BA
Text Example
Text Example
White with #E416BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E416BA; }
p { color: rgb(228,22,186); }
H1.HeaderClassName
{
color: #E416BA;
}
.AnyTagClassName
{
color: #E416BA;
}
</style>
background-color css
<style>
a { background-color: #E416BA; }
a { background-color: rgb(228,22,186); }
div.DivClassName
{
background-color: #E416BA;
}
.BgClassName
{
background-color: #E416BA;
}
</style>
border-color css
<style>
span { border-color: #E416BA; }
span { border-color: rgb(228,22,186); }
td.TdClassName
{
border-color: #E416BA;
}
.TagClassName
{
border-color: #E416BA;
}
</style>