Shades of Shocking Pink #E424BB
Tints of Shocking Pink #E424BB
RGB
CMYK
RGB Variations
Color information
#E424BB (or 0xE424BB) is known color: Shocking Pink. HEX triplet: E4, 24 and BB. RGB value is (228,36,187). Sum of RGB (Red+Green+Blue) = 228+36+187=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E424BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424BB is #1BDB44. Grayscale: #6E6E6E. Windows color (decimal): -1825605 or 12264676. OLE color: 12264676.
HSL color Cylindrical-coordinate representation of color #E424BB: hue angle of 312.81º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E424BB is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 187 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.11 |
| HSL | 312.81º | 0.78% | 0.52% | - |
| HSV(B) | 312.81º | 0.84% | 0.89% | - |
| XYZ | 41.6 | 21.34 | 48.94 | - |
| YUV | 110.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 187 | 0 | 0.84 | 0.18 | 0.11 | 312.81 | 0.78 | 0.52 |
| Hex | E4 | 24 | BB | 0 | 54 | 12 | B | 139 | 4E | 34 |
| Octal | 344 | 44 | 273 | 0 | 124 | 22 | 13 | 471 | 116 | 64 |
| Binary | 11100100 | 100100 | 10111011 | 0 | 1010100 | 10010 | 1011 | 100111001 | 1001110 | 110100 |
Color Harmonies of #E424BB
Complementary color
Monochromatic Colors of #E424BB
Black with #E424BB
Text Example
Text Example
White with #E424BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424BB; }
p { color: rgb(228,36,187); }
H1.HeaderClassName
{
color: #E424BB;
}
.AnyTagClassName
{
color: #E424BB;
}
</style>
background-color css
<style>
a { background-color: #E424BB; }
a { background-color: rgb(228,36,187); }
div.DivClassName
{
background-color: #E424BB;
}
.BgClassName
{
background-color: #E424BB;
}
</style>
border-color css
<style>
span { border-color: #E424BB; }
span { border-color: rgb(228,36,187); }
td.TdClassName
{
border-color: #E424BB;
}
.TagClassName
{
border-color: #E424BB;
}
</style>