Shades of Shocking Pink #E51CD0
Tints of Shocking Pink #E51CD0
RGB
CMYK
RGB Variations
Color information
#E51CD0 (or 0xE51CD0) is known color: Shocking Pink. HEX triplet: E5, 1C and D0. RGB value is (229,28,208). Sum of RGB (Red+Green+Blue) = 229+28+208=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51CD0 is #1AE32F. Grayscale: #6C6C6C. Windows color (decimal): -1762096 or 13638885. OLE color: 13638885.
HSL color Cylindrical-coordinate representation of color #E51CD0: hue angle of 306.27º 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 #E51CD0 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 208 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.10 |
| HSL | 306.27º | 0.79% | 0.5% | - |
| HSV(B) | 306.27º | 0.88% | 0.9% | - |
| XYZ | 44.11 | 22.04 | 61.6 | - |
| YUV | 108.62 | 184.09 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 208 | 0 | 0.88 | 0.09 | 0.10 | 306.27 | 0.79 | 0.5 |
| Hex | E5 | 1C | D0 | 0 | 58 | 9 | A | 132 | 4F | 32 |
| Octal | 345 | 34 | 320 | 0 | 130 | 11 | 12 | 462 | 117 | 62 |
| Binary | 11100101 | 11100 | 11010000 | 0 | 1011000 | 1001 | 1010 | 100110010 | 1001111 | 110010 |
Color Harmonies of #E51CD0
Complementary color
Monochromatic Colors of #E51CD0
Black with #E51CD0
Text Example
Text Example
White with #E51CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CD0; }
p { color: rgb(229,28,208); }
H1.HeaderClassName
{
color: #E51CD0;
}
.AnyTagClassName
{
color: #E51CD0;
}
</style>
background-color css
<style>
a { background-color: #E51CD0; }
a { background-color: rgb(229,28,208); }
div.DivClassName
{
background-color: #E51CD0;
}
.BgClassName
{
background-color: #E51CD0;
}
</style>
border-color css
<style>
span { border-color: #E51CD0; }
span { border-color: rgb(229,28,208); }
td.TdClassName
{
border-color: #E51CD0;
}
.TagClassName
{
border-color: #E51CD0;
}
</style>