Shades of Shocking Pink #E51EBB
Tints of Shocking Pink #E51EBB
RGB
CMYK
RGB Variations
Color information
#E51EBB (or 0xE51EBB) is known color: Shocking Pink. HEX triplet: E5, 1E and BB. RGB value is (229,30,187). Sum of RGB (Red+Green+Blue) = 229+30+187=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51EBB is #1AE144. Grayscale: #6A6A6A. Windows color (decimal): -1761605 or 12263141. OLE color: 12263141.
HSL color Cylindrical-coordinate representation of color #E51EBB: hue angle of 312.66º 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 #E51EBB is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 187 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.10 |
| HSL | 312.66º | 0.79% | 0.51% | - |
| HSV(B) | 312.66º | 0.87% | 0.9% | - |
| XYZ | 41.75 | 21.17 | 48.9 | - |
| YUV | 107.4 | 172.93 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 187 | 0 | 0.87 | 0.18 | 0.10 | 312.66 | 0.79 | 0.51 |
| Hex | E5 | 1E | BB | 0 | 57 | 12 | A | 139 | 4F | 33 |
| Octal | 345 | 36 | 273 | 0 | 127 | 22 | 12 | 471 | 117 | 63 |
| Binary | 11100101 | 11110 | 10111011 | 0 | 1010111 | 10010 | 1010 | 100111001 | 1001111 | 110011 |
Color Harmonies of #E51EBB
Complementary color
Monochromatic Colors of #E51EBB
Black with #E51EBB
Text Example
Text Example
White with #E51EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EBB; }
p { color: rgb(229,30,187); }
H1.HeaderClassName
{
color: #E51EBB;
}
.AnyTagClassName
{
color: #E51EBB;
}
</style>
background-color css
<style>
a { background-color: #E51EBB; }
a { background-color: rgb(229,30,187); }
div.DivClassName
{
background-color: #E51EBB;
}
.BgClassName
{
background-color: #E51EBB;
}
</style>
border-color css
<style>
span { border-color: #E51EBB; }
span { border-color: rgb(229,30,187); }
td.TdClassName
{
border-color: #E51EBB;
}
.TagClassName
{
border-color: #E51EBB;
}
</style>