Shades of Shocking Pink #E512B9
Tints of Shocking Pink #E512B9
RGB
CMYK
RGB Variations
Color information
#E512B9 (or 0xE512B9) is known color: Shocking Pink. HEX triplet: E5, 12 and B9. RGB value is (229,18,185). Sum of RGB (Red+Green+Blue) = 229+18+185=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E512B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512B9 is #1AED46. Grayscale: #636363. Windows color (decimal): -1764679 or 12128997. OLE color: 12128997.
HSL color Cylindrical-coordinate representation of color #E512B9: hue angle of 312.51º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E512B9 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 185 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.10 |
| HSL | 312.51º | 0.85% | 0.48% | - |
| HSV(B) | 312.51º | 0.92% | 0.9% | - |
| XYZ | 41.29 | 20.59 | 47.7 | - |
| YUV | 100.13 | 175.9 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 185 | 0 | 0.92 | 0.19 | 0.10 | 312.51 | 0.85 | 0.48 |
| Hex | E5 | 12 | B9 | 0 | 5C | 13 | A | 139 | 55 | 30 |
| Octal | 345 | 22 | 271 | 0 | 134 | 23 | 12 | 471 | 125 | 60 |
| Binary | 11100101 | 10010 | 10111001 | 0 | 1011100 | 10011 | 1010 | 100111001 | 1010101 | 110000 |
Color Harmonies of #E512B9
Complementary color
Monochromatic Colors of #E512B9
Black with #E512B9
Text Example
Text Example
White with #E512B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512B9; }
p { color: rgb(229,18,185); }
H1.HeaderClassName
{
color: #E512B9;
}
.AnyTagClassName
{
color: #E512B9;
}
</style>
background-color css
<style>
a { background-color: #E512B9; }
a { background-color: rgb(229,18,185); }
div.DivClassName
{
background-color: #E512B9;
}
.BgClassName
{
background-color: #E512B9;
}
</style>
border-color css
<style>
span { border-color: #E512B9; }
span { border-color: rgb(229,18,185); }
td.TdClassName
{
border-color: #E512B9;
}
.TagClassName
{
border-color: #E512B9;
}
</style>