Shades of Shocking Pink #E51BBA
Tints of Shocking Pink #E51BBA
RGB
CMYK
RGB Variations
Color information
#E51BBA (or 0xE51BBA) is known color: Shocking Pink. HEX triplet: E5, 1B and BA. RGB value is (229,27,186). Sum of RGB (Red+Green+Blue) = 229+27+186=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51BBA is #1AE445. Grayscale: #696969. Windows color (decimal): -1762374 or 12196837. OLE color: 12196837.
HSL color Cylindrical-coordinate representation of color #E51BBA: hue angle of 312.77º degrees, saturation: 0.8, 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 #E51BBA is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 186 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.10 |
| HSL | 312.77º | 0.8% | 0.5% | - |
| HSV(B) | 312.77º | 0.88% | 0.9% | - |
| XYZ | 41.57 | 20.99 | 48.31 | - |
| YUV | 105.52 | 173.42 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 186 | 0 | 0.88 | 0.19 | 0.10 | 312.77 | 0.8 | 0.5 |
| Hex | E5 | 1B | BA | 0 | 58 | 13 | A | 139 | 50 | 32 |
| Octal | 345 | 33 | 272 | 0 | 130 | 23 | 12 | 471 | 120 | 62 |
| Binary | 11100101 | 11011 | 10111010 | 0 | 1011000 | 10011 | 1010 | 100111001 | 1010000 | 110010 |
Color Harmonies of #E51BBA
Complementary color
Monochromatic Colors of #E51BBA
Black with #E51BBA
Text Example
Text Example
White with #E51BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BBA; }
p { color: rgb(229,27,186); }
H1.HeaderClassName
{
color: #E51BBA;
}
.AnyTagClassName
{
color: #E51BBA;
}
</style>
background-color css
<style>
a { background-color: #E51BBA; }
a { background-color: rgb(229,27,186); }
div.DivClassName
{
background-color: #E51BBA;
}
.BgClassName
{
background-color: #E51BBA;
}
</style>
border-color css
<style>
span { border-color: #E51BBA; }
span { border-color: rgb(229,27,186); }
td.TdClassName
{
border-color: #E51BBA;
}
.TagClassName
{
border-color: #E51BBA;
}
</style>