Shades of Shocking Pink #E51DD2
Tints of Shocking Pink #E51DD2
RGB
CMYK
RGB Variations
Color information
#E51DD2 (or 0xE51DD2) is known color: Shocking Pink. HEX triplet: E5, 1D and D2. RGB value is (229,29,210). Sum of RGB (Red+Green+Blue) = 229+29+210=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E51DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51DD2 is #1AE22D. Grayscale: #6C6C6C. Windows color (decimal): -1761838 or 13770213. OLE color: 13770213.
HSL color Cylindrical-coordinate representation of color #E51DD2: hue angle of 305.7º 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 #E51DD2 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 210 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.10 |
| HSL | 305.7º | 0.79% | 0.51% | - |
| HSV(B) | 305.7º | 0.87% | 0.9% | - |
| XYZ | 44.39 | 22.19 | 62.92 | - |
| YUV | 109.43 | 184.76 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 210 | 0 | 0.87 | 0.08 | 0.10 | 305.7 | 0.79 | 0.51 |
| Hex | E5 | 1D | D2 | 0 | 57 | 8 | A | 132 | 4F | 33 |
| Octal | 345 | 35 | 322 | 0 | 127 | 10 | 12 | 462 | 117 | 63 |
| Binary | 11100101 | 11101 | 11010010 | 0 | 1010111 | 1000 | 1010 | 100110010 | 1001111 | 110011 |
Color Harmonies of #E51DD2
Complementary color
Monochromatic Colors of #E51DD2
Black with #E51DD2
Text Example
Text Example
White with #E51DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DD2; }
p { color: rgb(229,29,210); }
H1.HeaderClassName
{
color: #E51DD2;
}
.AnyTagClassName
{
color: #E51DD2;
}
</style>
background-color css
<style>
a { background-color: #E51DD2; }
a { background-color: rgb(229,29,210); }
div.DivClassName
{
background-color: #E51DD2;
}
.BgClassName
{
background-color: #E51DD2;
}
</style>
border-color css
<style>
span { border-color: #E51DD2; }
span { border-color: rgb(229,29,210); }
td.TdClassName
{
border-color: #E51DD2;
}
.TagClassName
{
border-color: #E51DD2;
}
</style>