Shades of Shocking Pink #E517BF
Tints of Shocking Pink #E517BF
RGB
CMYK
RGB Variations
Color information
#E517BF (or 0xE517BF) is known color: Shocking Pink. HEX triplet: E5, 17 and BF. RGB value is (229,23,191). Sum of RGB (Red+Green+Blue) = 229+23+191=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E517BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517BF is #1AE840. Grayscale: #676767. Windows color (decimal): -1763393 or 12523493. OLE color: 12523493.
HSL color Cylindrical-coordinate representation of color #E517BF: hue angle of 311.07º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E517BF is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 191 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.10 |
| HSL | 311.07º | 0.82% | 0.49% | - |
| HSV(B) | 311.07º | 0.9% | 0.9% | - |
| XYZ | 42.02 | 21.03 | 51.13 | - |
| YUV | 103.75 | 177.25 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 191 | 0 | 0.90 | 0.17 | 0.10 | 311.07 | 0.82 | 0.49 |
| Hex | E5 | 17 | BF | 0 | 5A | 11 | A | 137 | 52 | 31 |
| Octal | 345 | 27 | 277 | 0 | 132 | 21 | 12 | 467 | 122 | 61 |
| Binary | 11100101 | 10111 | 10111111 | 0 | 1011010 | 10001 | 1010 | 100110111 | 1010010 | 110001 |
Color Harmonies of #E517BF
Complementary color
Monochromatic Colors of #E517BF
Black with #E517BF
Text Example
Text Example
White with #E517BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517BF; }
p { color: rgb(229,23,191); }
H1.HeaderClassName
{
color: #E517BF;
}
.AnyTagClassName
{
color: #E517BF;
}
</style>
background-color css
<style>
a { background-color: #E517BF; }
a { background-color: rgb(229,23,191); }
div.DivClassName
{
background-color: #E517BF;
}
.BgClassName
{
background-color: #E517BF;
}
</style>
border-color css
<style>
span { border-color: #E517BF; }
span { border-color: rgb(229,23,191); }
td.TdClassName
{
border-color: #E517BF;
}
.TagClassName
{
border-color: #E517BF;
}
</style>