Shades of Shocking Pink #E404BB
Tints of Shocking Pink #E404BB
RGB
CMYK
RGB Variations
Color information
#E404BB (or 0xE404BB) is known color: Shocking Pink. HEX triplet: E4, 04 and BB. RGB value is (228,4,187). Sum of RGB (Red+Green+Blue) = 228+4+187=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E404BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404BB is #1BFB44. Grayscale: #5B5B5B. Windows color (decimal): -1833797 or 12256484. OLE color: 12256484.
HSL color Cylindrical-coordinate representation of color #E404BB: hue angle of 310.98º 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 #E404BB is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.11 |
| HSL | 310.98º | 0.97% | 0.45% | - |
| HSV(B) | 310.98º | 0.98% | 0.89% | - |
| XYZ | 41.01 | 20.17 | 48.75 | - |
| YUV | 91.84 | 181.71 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 187 | 0 | 0.98 | 0.18 | 0.11 | 310.98 | 0.97 | 0.45 |
| Hex | E4 | 4 | BB | 0 | 62 | 12 | B | 137 | 61 | 2D |
| Octal | 344 | 4 | 273 | 0 | 142 | 22 | 13 | 467 | 141 | 55 |
| Binary | 11100100 | 100 | 10111011 | 0 | 1100010 | 10010 | 1011 | 100110111 | 1100001 | 101101 |
Color Harmonies of #E404BB
Complementary color
Monochromatic Colors of #E404BB
Black with #E404BB
Text Example
Text Example
White with #E404BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404BB; }
p { color: rgb(228,4,187); }
H1.HeaderClassName
{
color: #E404BB;
}
.AnyTagClassName
{
color: #E404BB;
}
</style>
background-color css
<style>
a { background-color: #E404BB; }
a { background-color: rgb(228,4,187); }
div.DivClassName
{
background-color: #E404BB;
}
.BgClassName
{
background-color: #E404BB;
}
</style>
border-color css
<style>
span { border-color: #E404BB; }
span { border-color: rgb(228,4,187); }
td.TdClassName
{
border-color: #E404BB;
}
.TagClassName
{
border-color: #E404BB;
}
</style>