Shades of Shocking Pink #E511BC
Tints of Shocking Pink #E511BC
RGB
CMYK
RGB Variations
Color information
#E511BC (or 0xE511BC) is known color: Shocking Pink. HEX triplet: E5, 11 and BC. RGB value is (229,17,188). Sum of RGB (Red+Green+Blue) = 229+17+188=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E511BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511BC is #1AEE43. Grayscale: #636363. Windows color (decimal): -1764932 or 12325349. OLE color: 12325349.
HSL color Cylindrical-coordinate representation of color #E511BC: hue angle of 311.6º 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 #E511BC is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 188 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.10 |
| HSL | 311.6º | 0.86% | 0.48% | - |
| HSV(B) | 311.6º | 0.93% | 0.9% | - |
| XYZ | 41.59 | 20.69 | 49.38 | - |
| YUV | 99.88 | 177.74 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 188 | 0 | 0.93 | 0.18 | 0.10 | 311.6 | 0.86 | 0.48 |
| Hex | E5 | 11 | BC | 0 | 5D | 12 | A | 138 | 56 | 30 |
| Octal | 345 | 21 | 274 | 0 | 135 | 22 | 12 | 470 | 126 | 60 |
| Binary | 11100101 | 10001 | 10111100 | 0 | 1011101 | 10010 | 1010 | 100111000 | 1010110 | 110000 |
Color Harmonies of #E511BC
Complementary color
Monochromatic Colors of #E511BC
Black with #E511BC
Text Example
Text Example
White with #E511BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511BC; }
p { color: rgb(229,17,188); }
H1.HeaderClassName
{
color: #E511BC;
}
.AnyTagClassName
{
color: #E511BC;
}
</style>
background-color css
<style>
a { background-color: #E511BC; }
a { background-color: rgb(229,17,188); }
div.DivClassName
{
background-color: #E511BC;
}
.BgClassName
{
background-color: #E511BC;
}
</style>
border-color css
<style>
span { border-color: #E511BC; }
span { border-color: rgb(229,17,188); }
td.TdClassName
{
border-color: #E511BC;
}
.TagClassName
{
border-color: #E511BC;
}
</style>