Shades of Shocking Pink #E511BF
Tints of Shocking Pink #E511BF
RGB
CMYK
RGB Variations
Color information
#E511BF (or 0xE511BF) is known color: Shocking Pink. HEX triplet: E5, 11 and BF. RGB value is (229,17,191). Sum of RGB (Red+Green+Blue) = 229+17+191=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E511BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511BF is #1AEE40. Grayscale: #636363. Windows color (decimal): -1764929 or 12521957. OLE color: 12521957.
HSL color Cylindrical-coordinate representation of color #E511BF: hue angle of 310.75º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511BF is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 191 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.10 |
| HSL | 310.75º | 0.86% | 0.48% | - |
| HSV(B) | 310.75º | 0.93% | 0.9% | - |
| XYZ | 41.92 | 20.82 | 51.1 | - |
| YUV | 100.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 191 | 0 | 0.93 | 0.17 | 0.10 | 310.75 | 0.86 | 0.48 |
| Hex | E5 | 11 | BF | 0 | 5D | 11 | A | 137 | 56 | 30 |
| Octal | 345 | 21 | 277 | 0 | 135 | 21 | 12 | 467 | 126 | 60 |
| Binary | 11100101 | 10001 | 10111111 | 0 | 1011101 | 10001 | 1010 | 100110111 | 1010110 | 110000 |
Color Harmonies of #E511BF
Complementary color
Monochromatic Colors of #E511BF
Black with #E511BF
Text Example
Text Example
White with #E511BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511BF; }
p { color: rgb(229,17,191); }
H1.HeaderClassName
{
color: #E511BF;
}
.AnyTagClassName
{
color: #E511BF;
}
</style>
background-color css
<style>
a { background-color: #E511BF; }
a { background-color: rgb(229,17,191); }
div.DivClassName
{
background-color: #E511BF;
}
.BgClassName
{
background-color: #E511BF;
}
</style>
border-color css
<style>
span { border-color: #E511BF; }
span { border-color: rgb(229,17,191); }
td.TdClassName
{
border-color: #E511BF;
}
.TagClassName
{
border-color: #E511BF;
}
</style>