Shades of Shocking Pink #E51CBD
Tints of Shocking Pink #E51CBD
RGB
CMYK
RGB Variations
Color information
#E51CBD (or 0xE51CBD) is known color: Shocking Pink. HEX triplet: E5, 1C and BD. RGB value is (229,28,189). Sum of RGB (Red+Green+Blue) = 229+28+189=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51CBD is #1AE342. Grayscale: #6A6A6A. Windows color (decimal): -1762115 or 12393701. OLE color: 12393701.
HSL color Cylindrical-coordinate representation of color #E51CBD: hue angle of 311.94º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51CBD is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 189 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.10 |
| HSL | 311.94º | 0.79% | 0.5% | - |
| HSV(B) | 311.94º | 0.88% | 0.9% | - |
| XYZ | 41.91 | 21.16 | 50.02 | - |
| YUV | 106.45 | 174.59 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 189 | 0 | 0.88 | 0.17 | 0.10 | 311.94 | 0.79 | 0.5 |
| Hex | E5 | 1C | BD | 0 | 58 | 11 | A | 138 | 4F | 32 |
| Octal | 345 | 34 | 275 | 0 | 130 | 21 | 12 | 470 | 117 | 62 |
| Binary | 11100101 | 11100 | 10111101 | 0 | 1011000 | 10001 | 1010 | 100111000 | 1001111 | 110010 |
Color Harmonies of #E51CBD
Complementary color
Monochromatic Colors of #E51CBD
Black with #E51CBD
Text Example
Text Example
White with #E51CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CBD; }
p { color: rgb(229,28,189); }
H1.HeaderClassName
{
color: #E51CBD;
}
.AnyTagClassName
{
color: #E51CBD;
}
</style>
background-color css
<style>
a { background-color: #E51CBD; }
a { background-color: rgb(229,28,189); }
div.DivClassName
{
background-color: #E51CBD;
}
.BgClassName
{
background-color: #E51CBD;
}
</style>
border-color css
<style>
span { border-color: #E51CBD; }
span { border-color: rgb(229,28,189); }
td.TdClassName
{
border-color: #E51CBD;
}
.TagClassName
{
border-color: #E51CBD;
}
</style>