Shades of Shocking Pink #E414B0
Tints of Shocking Pink #E414B0
RGB
CMYK
RGB Variations
Color information
#E414B0 (or 0xE414B0) is known color: Shocking Pink. HEX triplet: E4, 14 and B0. RGB value is (228,20,176). Sum of RGB (Red+Green+Blue) = 228+20+176=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E414B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E414B0 is #1BEB4F. Grayscale: #636363. Windows color (decimal): -1829712 or 11539684. OLE color: 11539684.
HSL color Cylindrical-coordinate representation of color #E414B0: hue angle of 315º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414B0 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 176 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.11 |
| HSL | 315º | 0.84% | 0.49% | - |
| HSV(B) | 315º | 0.91% | 0.89% | - |
| XYZ | 40.08 | 20.13 | 42.85 | - |
| YUV | 99.98 | 170.91 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 176 | 0 | 0.91 | 0.23 | 0.11 | 315 | 0.84 | 0.49 |
| Hex | E4 | 14 | B0 | 0 | 5B | 17 | B | 13B | 54 | 31 |
| Octal | 344 | 24 | 260 | 0 | 133 | 27 | 13 | 473 | 124 | 61 |
| Binary | 11100100 | 10100 | 10110000 | 0 | 1011011 | 10111 | 1011 | 100111011 | 1010100 | 110001 |
Color Harmonies of #E414B0
Complementary color
Monochromatic Colors of #E414B0
Black with #E414B0
Text Example
Text Example
White with #E414B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414B0; }
p { color: rgb(228,20,176); }
H1.HeaderClassName
{
color: #E414B0;
}
.AnyTagClassName
{
color: #E414B0;
}
</style>
background-color css
<style>
a { background-color: #E414B0; }
a { background-color: rgb(228,20,176); }
div.DivClassName
{
background-color: #E414B0;
}
.BgClassName
{
background-color: #E414B0;
}
</style>
border-color css
<style>
span { border-color: #E414B0; }
span { border-color: rgb(228,20,176); }
td.TdClassName
{
border-color: #E414B0;
}
.TagClassName
{
border-color: #E414B0;
}
</style>