Shades of Shocking Pink #E51FCD
Tints of Shocking Pink #E51FCD
RGB
CMYK
RGB Variations
Color information
#E51FCD (or 0xE51FCD) is known color: Shocking Pink. HEX triplet: E5, 1F and CD. RGB value is (229,31,205). Sum of RGB (Red+Green+Blue) = 229+31+205=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E51FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51FCD is #1AE032. Grayscale: #6D6D6D. Windows color (decimal): -1761331 or 13443045. OLE color: 13443045.
HSL color Cylindrical-coordinate representation of color #E51FCD: hue angle of 307.27º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51FCD is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 205 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.10 |
| HSL | 307.27º | 0.79% | 0.51% | - |
| HSV(B) | 307.27º | 0.86% | 0.9% | - |
| XYZ | 43.82 | 22.05 | 59.7 | - |
| YUV | 110.04 | 181.6 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 205 | 0 | 0.86 | 0.10 | 0.10 | 307.27 | 0.79 | 0.51 |
| Hex | E5 | 1F | CD | 0 | 56 | A | A | 133 | 4F | 33 |
| Octal | 345 | 37 | 315 | 0 | 126 | 12 | 12 | 463 | 117 | 63 |
| Binary | 11100101 | 11111 | 11001101 | 0 | 1010110 | 1010 | 1010 | 100110011 | 1001111 | 110011 |
Color Harmonies of #E51FCD
Complementary color
Monochromatic Colors of #E51FCD
Black with #E51FCD
Text Example
Text Example
White with #E51FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FCD; }
p { color: rgb(229,31,205); }
H1.HeaderClassName
{
color: #E51FCD;
}
.AnyTagClassName
{
color: #E51FCD;
}
</style>
background-color css
<style>
a { background-color: #E51FCD; }
a { background-color: rgb(229,31,205); }
div.DivClassName
{
background-color: #E51FCD;
}
.BgClassName
{
background-color: #E51FCD;
}
</style>
border-color css
<style>
span { border-color: #E51FCD; }
span { border-color: rgb(229,31,205); }
td.TdClassName
{
border-color: #E51FCD;
}
.TagClassName
{
border-color: #E51FCD;
}
</style>