Shades of Shocking Pink #E518BC
Tints of Shocking Pink #E518BC
RGB
CMYK
RGB Variations
Color information
#E518BC (or 0xE518BC) is known color: Shocking Pink. HEX triplet: E5, 18 and BC. RGB value is (229,24,188). Sum of RGB (Red+Green+Blue) = 229+24+188=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E518BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518BC is #1AE743. Grayscale: #676767. Windows color (decimal): -1763140 or 12327141. OLE color: 12327141.
HSL color Cylindrical-coordinate representation of color #E518BC: hue angle of 312º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518BC is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 188 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.10 |
| HSL | 312º | 0.81% | 0.5% | - |
| HSV(B) | 312º | 0.9% | 0.9% | - |
| XYZ | 41.72 | 20.94 | 49.42 | - |
| YUV | 103.99 | 175.42 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 188 | 0 | 0.90 | 0.18 | 0.10 | 312 | 0.81 | 0.5 |
| Hex | E5 | 18 | BC | 0 | 5A | 12 | A | 138 | 51 | 32 |
| Octal | 345 | 30 | 274 | 0 | 132 | 22 | 12 | 470 | 121 | 62 |
| Binary | 11100101 | 11000 | 10111100 | 0 | 1011010 | 10010 | 1010 | 100111000 | 1010001 | 110010 |
Color Harmonies of #E518BC
Complementary color
Monochromatic Colors of #E518BC
Black with #E518BC
Text Example
Text Example
White with #E518BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E518BC; }
p { color: rgb(229,24,188); }
H1.HeaderClassName
{
color: #E518BC;
}
.AnyTagClassName
{
color: #E518BC;
}
</style>
background-color css
<style>
a { background-color: #E518BC; }
a { background-color: rgb(229,24,188); }
div.DivClassName
{
background-color: #E518BC;
}
.BgClassName
{
background-color: #E518BC;
}
</style>
border-color css
<style>
span { border-color: #E518BC; }
span { border-color: rgb(229,24,188); }
td.TdClassName
{
border-color: #E518BC;
}
.TagClassName
{
border-color: #E518BC;
}
</style>