Shades of Shocking Pink #E51ED2
Tints of Shocking Pink #E51ED2
RGB
CMYK
RGB Variations
Color information
#E51ED2 (or 0xE51ED2) is known color: Shocking Pink. HEX triplet: E5, 1E and D2. RGB value is (229,30,210). Sum of RGB (Red+Green+Blue) = 229+30+210=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ED2 is #1AE12D. Grayscale: #6D6D6D. Windows color (decimal): -1761582 or 13770469. OLE color: 13770469.
HSL color Cylindrical-coordinate representation of color #E51ED2: hue angle of 305.73º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51ED2 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 210 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.10 |
| HSL | 305.73º | 0.79% | 0.51% | - |
| HSV(B) | 305.73º | 0.87% | 0.9% | - |
| XYZ | 44.41 | 22.24 | 62.92 | - |
| YUV | 110.02 | 184.43 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 210 | 0 | 0.87 | 0.08 | 0.10 | 305.73 | 0.79 | 0.51 |
| Hex | E5 | 1E | D2 | 0 | 57 | 8 | A | 132 | 4F | 33 |
| Octal | 345 | 36 | 322 | 0 | 127 | 10 | 12 | 462 | 117 | 63 |
| Binary | 11100101 | 11110 | 11010010 | 0 | 1010111 | 1000 | 1010 | 100110010 | 1001111 | 110011 |
Color Harmonies of #E51ED2
Complementary color
Monochromatic Colors of #E51ED2
Black with #E51ED2
Text Example
Text Example
White with #E51ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ED2; }
p { color: rgb(229,30,210); }
H1.HeaderClassName
{
color: #E51ED2;
}
.AnyTagClassName
{
color: #E51ED2;
}
</style>
background-color css
<style>
a { background-color: #E51ED2; }
a { background-color: rgb(229,30,210); }
div.DivClassName
{
background-color: #E51ED2;
}
.BgClassName
{
background-color: #E51ED2;
}
</style>
border-color css
<style>
span { border-color: #E51ED2; }
span { border-color: rgb(229,30,210); }
td.TdClassName
{
border-color: #E51ED2;
}
.TagClassName
{
border-color: #E51ED2;
}
</style>