Shades of Shocking Pink #E419D4
Tints of Shocking Pink #E419D4
RGB
CMYK
RGB Variations
Color information
#E419D4 (or 0xE419D4) is known color: Shocking Pink. HEX triplet: E4, 19 and D4. RGB value is (228,25,212). Sum of RGB (Red+Green+Blue) = 228+25+212=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E419D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E419D4 is #1BE62B. Grayscale: #6A6A6A. Windows color (decimal): -1828396 or 13900260. OLE color: 13900260.
HSL color Cylindrical-coordinate representation of color #E419D4: hue angle of 304.73º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E419D4 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 212 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.11 |
| HSL | 304.73º | 0.8% | 0.5% | - |
| HSV(B) | 304.73º | 0.89% | 0.89% | - |
| XYZ | 44.23 | 21.94 | 64.19 | - |
| YUV | 107.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 212 | 0 | 0.89 | 0.07 | 0.11 | 304.73 | 0.8 | 0.5 |
| Hex | E4 | 19 | D4 | 0 | 59 | 7 | B | 131 | 50 | 32 |
| Octal | 344 | 31 | 324 | 0 | 131 | 7 | 13 | 461 | 120 | 62 |
| Binary | 11100100 | 11001 | 11010100 | 0 | 1011001 | 111 | 1011 | 100110001 | 1010000 | 110010 |
Color Harmonies of #E419D4
Complementary color
Monochromatic Colors of #E419D4
Black with #E419D4
Text Example
Text Example
White with #E419D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E419D4; }
p { color: rgb(228,25,212); }
H1.HeaderClassName
{
color: #E419D4;
}
.AnyTagClassName
{
color: #E419D4;
}
</style>
background-color css
<style>
a { background-color: #E419D4; }
a { background-color: rgb(228,25,212); }
div.DivClassName
{
background-color: #E419D4;
}
.BgClassName
{
background-color: #E419D4;
}
</style>
border-color css
<style>
span { border-color: #E419D4; }
span { border-color: rgb(228,25,212); }
td.TdClassName
{
border-color: #E419D4;
}
.TagClassName
{
border-color: #E419D4;
}
</style>