Shades of Shocking Pink #E517C5
Tints of Shocking Pink #E517C5
RGB
CMYK
RGB Variations
Color information
#E517C5 (or 0xE517C5) is known color: Shocking Pink. HEX triplet: E5, 17 and C5. RGB value is (229,23,197). Sum of RGB (Red+Green+Blue) = 229+23+197=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E517C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517C5 is #1AE83A. Grayscale: #676767. Windows color (decimal): -1763387 or 12916709. OLE color: 12916709.
HSL color Cylindrical-coordinate representation of color #E517C5: hue angle of 309.32º 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 #E517C5 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 197 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.10 |
| HSL | 309.32º | 0.82% | 0.49% | - |
| HSV(B) | 309.32º | 0.9% | 0.9% | - |
| XYZ | 42.7 | 21.3 | 54.68 | - |
| YUV | 104.43 | 180.25 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 197 | 0 | 0.90 | 0.14 | 0.10 | 309.32 | 0.82 | 0.49 |
| Hex | E5 | 17 | C5 | 0 | 5A | E | A | 135 | 52 | 31 |
| Octal | 345 | 27 | 305 | 0 | 132 | 16 | 12 | 465 | 122 | 61 |
| Binary | 11100101 | 10111 | 11000101 | 0 | 1011010 | 1110 | 1010 | 100110101 | 1010010 | 110001 |
Color Harmonies of #E517C5
Complementary color
Monochromatic Colors of #E517C5
Black with #E517C5
Text Example
Text Example
White with #E517C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517C5; }
p { color: rgb(229,23,197); }
H1.HeaderClassName
{
color: #E517C5;
}
.AnyTagClassName
{
color: #E517C5;
}
</style>
background-color css
<style>
a { background-color: #E517C5; }
a { background-color: rgb(229,23,197); }
div.DivClassName
{
background-color: #E517C5;
}
.BgClassName
{
background-color: #E517C5;
}
</style>
border-color css
<style>
span { border-color: #E517C5; }
span { border-color: rgb(229,23,197); }
td.TdClassName
{
border-color: #E517C5;
}
.TagClassName
{
border-color: #E517C5;
}
</style>