Shades of Shocking Pink #E414B2
Tints of Shocking Pink #E414B2
RGB
CMYK
RGB Variations
Color information
#E414B2 (or 0xE414B2) is known color: Shocking Pink. HEX triplet: E4, 14 and B2. RGB value is (228,20,178). Sum of RGB (Red+Green+Blue) = 228+20+178=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E414B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E414B2 is #1BEB4D. Grayscale: #636363. Windows color (decimal): -1829710 or 11670756. OLE color: 11670756.
HSL color Cylindrical-coordinate representation of color #E414B2: hue angle of 314.42º 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 #E414B2 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 178 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.11 |
| HSL | 314.42º | 0.84% | 0.49% | - |
| HSV(B) | 314.42º | 0.91% | 0.89% | - |
| XYZ | 40.28 | 20.21 | 43.9 | - |
| YUV | 100.2 | 171.91 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 178 | 0 | 0.91 | 0.22 | 0.11 | 314.42 | 0.84 | 0.49 |
| Hex | E4 | 14 | B2 | 0 | 5B | 16 | B | 13A | 54 | 31 |
| Octal | 344 | 24 | 262 | 0 | 133 | 26 | 13 | 472 | 124 | 61 |
| Binary | 11100100 | 10100 | 10110010 | 0 | 1011011 | 10110 | 1011 | 100111010 | 1010100 | 110001 |
Color Harmonies of #E414B2
Complementary color
Monochromatic Colors of #E414B2
Black with #E414B2
Text Example
Text Example
White with #E414B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414B2; }
p { color: rgb(228,20,178); }
H1.HeaderClassName
{
color: #E414B2;
}
.AnyTagClassName
{
color: #E414B2;
}
</style>
background-color css
<style>
a { background-color: #E414B2; }
a { background-color: rgb(228,20,178); }
div.DivClassName
{
background-color: #E414B2;
}
.BgClassName
{
background-color: #E414B2;
}
</style>
border-color css
<style>
span { border-color: #E414B2; }
span { border-color: rgb(228,20,178); }
td.TdClassName
{
border-color: #E414B2;
}
.TagClassName
{
border-color: #E414B2;
}
</style>