Shades of Shocking Pink #E404BF
Tints of Shocking Pink #E404BF
RGB
CMYK
RGB Variations
Color information
#E404BF (or 0xE404BF) is known color: Shocking Pink. HEX triplet: E4, 04 and BF. RGB value is (228,4,191). Sum of RGB (Red+Green+Blue) = 228+4+191=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E404BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404BF is #1BFB40. Grayscale: #5B5B5B. Windows color (decimal): -1833793 or 12518628. OLE color: 12518628.
HSL color Cylindrical-coordinate representation of color #E404BF: hue angle of 309.91º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404BF is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.11 |
| HSL | 309.91º | 0.97% | 0.45% | - |
| HSV(B) | 309.91º | 0.98% | 0.89% | - |
| XYZ | 41.44 | 20.34 | 51.03 | - |
| YUV | 92.29 | 183.71 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 191 | 0 | 0.98 | 0.16 | 0.11 | 309.91 | 0.97 | 0.45 |
| Hex | E4 | 4 | BF | 0 | 62 | 10 | B | 136 | 61 | 2D |
| Octal | 344 | 4 | 277 | 0 | 142 | 20 | 13 | 466 | 141 | 55 |
| Binary | 11100100 | 100 | 10111111 | 0 | 1100010 | 10000 | 1011 | 100110110 | 1100001 | 101101 |
Color Harmonies of #E404BF
Complementary color
Monochromatic Colors of #E404BF
Black with #E404BF
Text Example
Text Example
White with #E404BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404BF; }
p { color: rgb(228,4,191); }
H1.HeaderClassName
{
color: #E404BF;
}
.AnyTagClassName
{
color: #E404BF;
}
</style>
background-color css
<style>
a { background-color: #E404BF; }
a { background-color: rgb(228,4,191); }
div.DivClassName
{
background-color: #E404BF;
}
.BgClassName
{
background-color: #E404BF;
}
</style>
border-color css
<style>
span { border-color: #E404BF; }
span { border-color: rgb(228,4,191); }
td.TdClassName
{
border-color: #E404BF;
}
.TagClassName
{
border-color: #E404BF;
}
</style>