Shades of Shocking Pink #E51DBF
Tints of Shocking Pink #E51DBF
RGB
CMYK
RGB Variations
Color information
#E51DBF (or 0xE51DBF) is known color: Shocking Pink. HEX triplet: E5, 1D and BF. RGB value is (229,29,191). Sum of RGB (Red+Green+Blue) = 229+29+191=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E51DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51DBF is #1AE240. Grayscale: #6A6A6A. Windows color (decimal): -1761857 or 12525029. OLE color: 12525029.
HSL color Cylindrical-coordinate representation of color #E51DBF: hue angle of 311.4º 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 #E51DBF is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 191 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.10 |
| HSL | 311.4º | 0.79% | 0.51% | - |
| HSV(B) | 311.4º | 0.87% | 0.9% | - |
| XYZ | 42.16 | 21.3 | 51.18 | - |
| YUV | 107.27 | 175.26 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 191 | 0 | 0.87 | 0.17 | 0.10 | 311.4 | 0.79 | 0.51 |
| Hex | E5 | 1D | BF | 0 | 57 | 11 | A | 137 | 4F | 33 |
| Octal | 345 | 35 | 277 | 0 | 127 | 21 | 12 | 467 | 117 | 63 |
| Binary | 11100101 | 11101 | 10111111 | 0 | 1010111 | 10001 | 1010 | 100110111 | 1001111 | 110011 |
Color Harmonies of #E51DBF
Complementary color
Monochromatic Colors of #E51DBF
Black with #E51DBF
Text Example
Text Example
White with #E51DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DBF; }
p { color: rgb(229,29,191); }
H1.HeaderClassName
{
color: #E51DBF;
}
.AnyTagClassName
{
color: #E51DBF;
}
</style>
background-color css
<style>
a { background-color: #E51DBF; }
a { background-color: rgb(229,29,191); }
div.DivClassName
{
background-color: #E51DBF;
}
.BgClassName
{
background-color: #E51DBF;
}
</style>
border-color css
<style>
span { border-color: #E51DBF; }
span { border-color: rgb(229,29,191); }
td.TdClassName
{
border-color: #E51DBF;
}
.TagClassName
{
border-color: #E51DBF;
}
</style>