Shades of Shocking Pink #E421BA
Tints of Shocking Pink #E421BA
RGB
CMYK
RGB Variations
Color information
#E421BA (or 0xE421BA) is known color: Shocking Pink. HEX triplet: E4, 21 and BA. RGB value is (228,33,186). Sum of RGB (Red+Green+Blue) = 228+33+186=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E421BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E421BA is #1BDE45. Grayscale: #6C6C6C. Windows color (decimal): -1826374 or 12198372. OLE color: 12198372.
HSL color Cylindrical-coordinate representation of color #E421BA: hue angle of 312.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E421BA is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 186 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.11 |
| HSL | 312.92º | 0.78% | 0.51% | - |
| HSV(B) | 312.92º | 0.86% | 0.89% | - |
| XYZ | 41.4 | 21.13 | 48.35 | - |
| YUV | 108.75 | 171.6 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 186 | 0 | 0.86 | 0.18 | 0.11 | 312.92 | 0.78 | 0.51 |
| Hex | E4 | 21 | BA | 0 | 56 | 12 | B | 139 | 4E | 33 |
| Octal | 344 | 41 | 272 | 0 | 126 | 22 | 13 | 471 | 116 | 63 |
| Binary | 11100100 | 100001 | 10111010 | 0 | 1010110 | 10010 | 1011 | 100111001 | 1001110 | 110011 |
Color Harmonies of #E421BA
Complementary color
Monochromatic Colors of #E421BA
Black with #E421BA
Text Example
Text Example
White with #E421BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421BA; }
p { color: rgb(228,33,186); }
H1.HeaderClassName
{
color: #E421BA;
}
.AnyTagClassName
{
color: #E421BA;
}
</style>
background-color css
<style>
a { background-color: #E421BA; }
a { background-color: rgb(228,33,186); }
div.DivClassName
{
background-color: #E421BA;
}
.BgClassName
{
background-color: #E421BA;
}
</style>
border-color css
<style>
span { border-color: #E421BA; }
span { border-color: rgb(228,33,186); }
td.TdClassName
{
border-color: #E421BA;
}
.TagClassName
{
border-color: #E421BA;
}
</style>