Shades of Shocking Pink #E421BF
Tints of Shocking Pink #E421BF
RGB
CMYK
RGB Variations
Color information
#E421BF (or 0xE421BF) is known color: Shocking Pink. HEX triplet: E4, 21 and BF. RGB value is (228,33,191). Sum of RGB (Red+Green+Blue) = 228+33+191=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E421BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E421BF is #1BDE40. Grayscale: #6C6C6C. Windows color (decimal): -1826369 or 12526052. OLE color: 12526052.
HSL color Cylindrical-coordinate representation of color #E421BF: hue angle of 311.38º 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 #E421BF is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 191 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.11 |
| HSL | 311.38º | 0.78% | 0.51% | - |
| HSV(B) | 311.38º | 0.86% | 0.89% | - |
| XYZ | 41.94 | 21.34 | 51.2 | - |
| YUV | 109.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 191 | 0 | 0.86 | 0.16 | 0.11 | 311.38 | 0.78 | 0.51 |
| Hex | E4 | 21 | BF | 0 | 56 | 10 | B | 137 | 4E | 33 |
| Octal | 344 | 41 | 277 | 0 | 126 | 20 | 13 | 467 | 116 | 63 |
| Binary | 11100100 | 100001 | 10111111 | 0 | 1010110 | 10000 | 1011 | 100110111 | 1001110 | 110011 |
Color Harmonies of #E421BF
Complementary color
Monochromatic Colors of #E421BF
Black with #E421BF
Text Example
Text Example
White with #E421BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421BF; }
p { color: rgb(228,33,191); }
H1.HeaderClassName
{
color: #E421BF;
}
.AnyTagClassName
{
color: #E421BF;
}
</style>
background-color css
<style>
a { background-color: #E421BF; }
a { background-color: rgb(228,33,191); }
div.DivClassName
{
background-color: #E421BF;
}
.BgClassName
{
background-color: #E421BF;
}
</style>
border-color css
<style>
span { border-color: #E421BF; }
span { border-color: rgb(228,33,191); }
td.TdClassName
{
border-color: #E421BF;
}
.TagClassName
{
border-color: #E421BF;
}
</style>