Shades of Shocking Pink #E517BC
Tints of Shocking Pink #E517BC
RGB
CMYK
RGB Variations
Color information
#E517BC (or 0xE517BC) is known color: Shocking Pink. HEX triplet: E5, 17 and BC. RGB value is (229,23,188). Sum of RGB (Red+Green+Blue) = 229+23+188=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E517BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517BC is #1AE843. Grayscale: #666666. Windows color (decimal): -1763396 or 12326885. OLE color: 12326885.
HSL color Cylindrical-coordinate representation of color #E517BC: hue angle of 311.94º 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 #E517BC is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 188 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.10 |
| HSL | 311.94º | 0.82% | 0.49% | - |
| HSV(B) | 311.94º | 0.9% | 0.9% | - |
| XYZ | 41.7 | 20.9 | 49.41 | - |
| YUV | 103.4 | 175.75 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 188 | 0 | 0.90 | 0.18 | 0.10 | 311.94 | 0.82 | 0.49 |
| Hex | E5 | 17 | BC | 0 | 5A | 12 | A | 138 | 52 | 31 |
| Octal | 345 | 27 | 274 | 0 | 132 | 22 | 12 | 470 | 122 | 61 |
| Binary | 11100101 | 10111 | 10111100 | 0 | 1011010 | 10010 | 1010 | 100111000 | 1010010 | 110001 |
Color Harmonies of #E517BC
Complementary color
Monochromatic Colors of #E517BC
Black with #E517BC
Text Example
Text Example
White with #E517BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517BC; }
p { color: rgb(229,23,188); }
H1.HeaderClassName
{
color: #E517BC;
}
.AnyTagClassName
{
color: #E517BC;
}
</style>
background-color css
<style>
a { background-color: #E517BC; }
a { background-color: rgb(229,23,188); }
div.DivClassName
{
background-color: #E517BC;
}
.BgClassName
{
background-color: #E517BC;
}
</style>
border-color css
<style>
span { border-color: #E517BC; }
span { border-color: rgb(229,23,188); }
td.TdClassName
{
border-color: #E517BC;
}
.TagClassName
{
border-color: #E517BC;
}
</style>