Shades of Shocking Pink #E51CD2
Tints of Shocking Pink #E51CD2
RGB
CMYK
RGB Variations
Color information
#E51CD2 (or 0xE51CD2) is known color: Shocking Pink. HEX triplet: E5, 1C and D2. RGB value is (229,28,210). Sum of RGB (Red+Green+Blue) = 229+28+210=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51CD2 is #1AE32D. Grayscale: #6C6C6C. Windows color (decimal): -1762094 or 13769957. OLE color: 13769957.
HSL color Cylindrical-coordinate representation of color #E51CD2: hue angle of 305.67º 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 #E51CD2 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 210 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.10 |
| HSL | 305.67º | 0.79% | 0.5% | - |
| HSV(B) | 305.67º | 0.88% | 0.9% | - |
| XYZ | 44.36 | 22.14 | 62.91 | - |
| YUV | 108.85 | 185.09 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 210 | 0 | 0.88 | 0.08 | 0.10 | 305.67 | 0.79 | 0.5 |
| Hex | E5 | 1C | D2 | 0 | 58 | 8 | A | 132 | 4F | 32 |
| Octal | 345 | 34 | 322 | 0 | 130 | 10 | 12 | 462 | 117 | 62 |
| Binary | 11100101 | 11100 | 11010010 | 0 | 1011000 | 1000 | 1010 | 100110010 | 1001111 | 110010 |
Color Harmonies of #E51CD2
Complementary color
Monochromatic Colors of #E51CD2
Black with #E51CD2
Text Example
Text Example
White with #E51CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CD2; }
p { color: rgb(229,28,210); }
H1.HeaderClassName
{
color: #E51CD2;
}
.AnyTagClassName
{
color: #E51CD2;
}
</style>
background-color css
<style>
a { background-color: #E51CD2; }
a { background-color: rgb(229,28,210); }
div.DivClassName
{
background-color: #E51CD2;
}
.BgClassName
{
background-color: #E51CD2;
}
</style>
border-color css
<style>
span { border-color: #E51CD2; }
span { border-color: rgb(229,28,210); }
td.TdClassName
{
border-color: #E51CD2;
}
.TagClassName
{
border-color: #E51CD2;
}
</style>