Shades of Shocking Pink #E51CD4
Tints of Shocking Pink #E51CD4
RGB
CMYK
RGB Variations
Color information
#E51CD4 (or 0xE51CD4) is known color: Shocking Pink. HEX triplet: E5, 1C and D4. RGB value is (229,28,212). Sum of RGB (Red+Green+Blue) = 229+28+212=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51CD4 is #1AE32B. Grayscale: #6C6C6C. Windows color (decimal): -1762092 or 13901029. OLE color: 13901029.
HSL color Cylindrical-coordinate representation of color #E51CD4: hue angle of 305.07º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51CD4 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 212 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.10 |
| HSL | 305.07º | 0.79% | 0.5% | - |
| HSV(B) | 305.07º | 0.88% | 0.9% | - |
| XYZ | 44.61 | 22.24 | 64.23 | - |
| YUV | 109.08 | 186.09 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 212 | 0 | 0.88 | 0.07 | 0.10 | 305.07 | 0.79 | 0.5 |
| Hex | E5 | 1C | D4 | 0 | 58 | 7 | A | 131 | 4F | 32 |
| Octal | 345 | 34 | 324 | 0 | 130 | 7 | 12 | 461 | 117 | 62 |
| Binary | 11100101 | 11100 | 11010100 | 0 | 1011000 | 111 | 1010 | 100110001 | 1001111 | 110010 |
Color Harmonies of #E51CD4
Complementary color
Monochromatic Colors of #E51CD4
Black with #E51CD4
Text Example
Text Example
White with #E51CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CD4; }
p { color: rgb(229,28,212); }
H1.HeaderClassName
{
color: #E51CD4;
}
.AnyTagClassName
{
color: #E51CD4;
}
</style>
background-color css
<style>
a { background-color: #E51CD4; }
a { background-color: rgb(229,28,212); }
div.DivClassName
{
background-color: #E51CD4;
}
.BgClassName
{
background-color: #E51CD4;
}
</style>
border-color css
<style>
span { border-color: #E51CD4; }
span { border-color: rgb(229,28,212); }
td.TdClassName
{
border-color: #E51CD4;
}
.TagClassName
{
border-color: #E51CD4;
}
</style>