Shades of Shocking Pink #E51DCB
Tints of Shocking Pink #E51DCB
RGB
CMYK
RGB Variations
Color information
#E51DCB (or 0xE51DCB) is known color: Shocking Pink. HEX triplet: E5, 1D and CB. RGB value is (229,29,203). Sum of RGB (Red+Green+Blue) = 229+29+203=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E51DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51DCB is #1AE234. Grayscale: #6C6C6C. Windows color (decimal): -1761845 or 13311461. OLE color: 13311461.
HSL color Cylindrical-coordinate representation of color #E51DCB: hue angle of 307.8º 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 #E51DCB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 203 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.10 |
| HSL | 307.8º | 0.79% | 0.51% | - |
| HSV(B) | 307.8º | 0.87% | 0.9% | - |
| XYZ | 43.53 | 21.85 | 58.42 | - |
| YUV | 108.64 | 181.26 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 203 | 0 | 0.87 | 0.11 | 0.10 | 307.8 | 0.79 | 0.51 |
| Hex | E5 | 1D | CB | 0 | 57 | B | A | 134 | 4F | 33 |
| Octal | 345 | 35 | 313 | 0 | 127 | 13 | 12 | 464 | 117 | 63 |
| Binary | 11100101 | 11101 | 11001011 | 0 | 1010111 | 1011 | 1010 | 100110100 | 1001111 | 110011 |
Color Harmonies of #E51DCB
Complementary color
Monochromatic Colors of #E51DCB
Black with #E51DCB
Text Example
Text Example
White with #E51DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DCB; }
p { color: rgb(229,29,203); }
H1.HeaderClassName
{
color: #E51DCB;
}
.AnyTagClassName
{
color: #E51DCB;
}
</style>
background-color css
<style>
a { background-color: #E51DCB; }
a { background-color: rgb(229,29,203); }
div.DivClassName
{
background-color: #E51DCB;
}
.BgClassName
{
background-color: #E51DCB;
}
</style>
border-color css
<style>
span { border-color: #E51DCB; }
span { border-color: rgb(229,29,203); }
td.TdClassName
{
border-color: #E51DCB;
}
.TagClassName
{
border-color: #E51DCB;
}
</style>