Shades of Shocking Pink #E51DBD
Tints of Shocking Pink #E51DBD
RGB
CMYK
RGB Variations
Color information
#E51DBD (or 0xE51DBD) is known color: Shocking Pink. HEX triplet: E5, 1D and BD. RGB value is (229,29,189). Sum of RGB (Red+Green+Blue) = 229+29+189=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E51DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51DBD is #1AE242. Grayscale: #6A6A6A. Windows color (decimal): -1761859 or 12393957. OLE color: 12393957.
HSL color Cylindrical-coordinate representation of color #E51DBD: hue angle of 312º 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 #E51DBD is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 189 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.10 |
| HSL | 312º | 0.79% | 0.51% | - |
| HSV(B) | 312º | 0.87% | 0.9% | - |
| XYZ | 41.94 | 21.21 | 50.03 | - |
| YUV | 107.04 | 174.26 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 189 | 0 | 0.87 | 0.17 | 0.10 | 312 | 0.79 | 0.51 |
| Hex | E5 | 1D | BD | 0 | 57 | 11 | A | 138 | 4F | 33 |
| Octal | 345 | 35 | 275 | 0 | 127 | 21 | 12 | 470 | 117 | 63 |
| Binary | 11100101 | 11101 | 10111101 | 0 | 1010111 | 10001 | 1010 | 100111000 | 1001111 | 110011 |
Color Harmonies of #E51DBD
Complementary color
Monochromatic Colors of #E51DBD
Black with #E51DBD
Text Example
Text Example
White with #E51DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DBD; }
p { color: rgb(229,29,189); }
H1.HeaderClassName
{
color: #E51DBD;
}
.AnyTagClassName
{
color: #E51DBD;
}
</style>
background-color css
<style>
a { background-color: #E51DBD; }
a { background-color: rgb(229,29,189); }
div.DivClassName
{
background-color: #E51DBD;
}
.BgClassName
{
background-color: #E51DBD;
}
</style>
border-color css
<style>
span { border-color: #E51DBD; }
span { border-color: rgb(229,29,189); }
td.TdClassName
{
border-color: #E51DBD;
}
.TagClassName
{
border-color: #E51DBD;
}
</style>