Shades of Shocking Pink #E421BB
Tints of Shocking Pink #E421BB
RGB
CMYK
RGB Variations
Color information
#E421BB (or 0xE421BB) is known color: Shocking Pink. HEX triplet: E4, 21 and BB. RGB value is (228,33,187). Sum of RGB (Red+Green+Blue) = 228+33+187=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E421BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E421BB is #1BDE44. Grayscale: #6C6C6C. Windows color (decimal): -1826373 or 12263908. OLE color: 12263908.
HSL color Cylindrical-coordinate representation of color #E421BB: hue angle of 312.62º 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 #E421BB is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 187 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.11 |
| HSL | 312.62º | 0.78% | 0.51% | - |
| HSV(B) | 312.62º | 0.86% | 0.89% | - |
| XYZ | 41.51 | 21.17 | 48.91 | - |
| YUV | 108.86 | 172.1 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 187 | 0 | 0.86 | 0.18 | 0.11 | 312.62 | 0.78 | 0.51 |
| Hex | E4 | 21 | BB | 0 | 56 | 12 | B | 139 | 4E | 33 |
| Octal | 344 | 41 | 273 | 0 | 126 | 22 | 13 | 471 | 116 | 63 |
| Binary | 11100100 | 100001 | 10111011 | 0 | 1010110 | 10010 | 1011 | 100111001 | 1001110 | 110011 |
Color Harmonies of #E421BB
Complementary color
Monochromatic Colors of #E421BB
Black with #E421BB
Text Example
Text Example
White with #E421BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421BB; }
p { color: rgb(228,33,187); }
H1.HeaderClassName
{
color: #E421BB;
}
.AnyTagClassName
{
color: #E421BB;
}
</style>
background-color css
<style>
a { background-color: #E421BB; }
a { background-color: rgb(228,33,187); }
div.DivClassName
{
background-color: #E421BB;
}
.BgClassName
{
background-color: #E421BB;
}
</style>
border-color css
<style>
span { border-color: #E421BB; }
span { border-color: rgb(228,33,187); }
td.TdClassName
{
border-color: #E421BB;
}
.TagClassName
{
border-color: #E421BB;
}
</style>