Shades of Shocking Pink #E404B7
Tints of Shocking Pink #E404B7
RGB
CMYK
RGB Variations
Color information
#E404B7 (or 0xE404B7) is known color: Shocking Pink. HEX triplet: E4, 04 and B7. RGB value is (228,4,183). Sum of RGB (Red+Green+Blue) = 228+4+183=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E404B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404B7 is #1BFB48. Grayscale: #5A5A5A. Windows color (decimal): -1833801 or 11994340. OLE color: 11994340.
HSL color Cylindrical-coordinate representation of color #E404B7: hue angle of 312.05º 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 #E404B7 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 183 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.11 |
| HSL | 312.05º | 0.97% | 0.45% | - |
| HSV(B) | 312.05º | 0.98% | 0.89% | - |
| XYZ | 40.59 | 20 | 46.52 | - |
| YUV | 91.38 | 179.71 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 183 | 0 | 0.98 | 0.20 | 0.11 | 312.05 | 0.97 | 0.45 |
| Hex | E4 | 4 | B7 | 0 | 62 | 14 | B | 138 | 61 | 2D |
| Octal | 344 | 4 | 267 | 0 | 142 | 24 | 13 | 470 | 141 | 55 |
| Binary | 11100100 | 100 | 10110111 | 0 | 1100010 | 10100 | 1011 | 100111000 | 1100001 | 101101 |
Color Harmonies of #E404B7
Complementary color
Monochromatic Colors of #E404B7
Black with #E404B7
Text Example
Text Example
White with #E404B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404B7; }
p { color: rgb(228,4,183); }
H1.HeaderClassName
{
color: #E404B7;
}
.AnyTagClassName
{
color: #E404B7;
}
</style>
background-color css
<style>
a { background-color: #E404B7; }
a { background-color: rgb(228,4,183); }
div.DivClassName
{
background-color: #E404B7;
}
.BgClassName
{
background-color: #E404B7;
}
</style>
border-color css
<style>
span { border-color: #E404B7; }
span { border-color: rgb(228,4,183); }
td.TdClassName
{
border-color: #E404B7;
}
.TagClassName
{
border-color: #E404B7;
}
</style>