Shades of Shocking Pink #E517CE
Tints of Shocking Pink #E517CE
RGB
CMYK
RGB Variations
Color information
#E517CE (or 0xE517CE) is known color: Shocking Pink. HEX triplet: E5, 17 and CE. RGB value is (229,23,206). Sum of RGB (Red+Green+Blue) = 229+23+206=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E517CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517CE is #1AE831. Grayscale: #686868. Windows color (decimal): -1763378 or 13506533. OLE color: 13506533.
HSL color Cylindrical-coordinate representation of color #E517CE: hue angle of 306.7º 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 #E517CE is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 206 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.10 |
| HSL | 306.7º | 0.82% | 0.49% | - |
| HSV(B) | 306.7º | 0.9% | 0.9% | - |
| XYZ | 43.76 | 21.73 | 60.28 | - |
| YUV | 105.46 | 184.75 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 206 | 0 | 0.90 | 0.10 | 0.10 | 306.7 | 0.82 | 0.49 |
| Hex | E5 | 17 | CE | 0 | 5A | A | A | 133 | 52 | 31 |
| Octal | 345 | 27 | 316 | 0 | 132 | 12 | 12 | 463 | 122 | 61 |
| Binary | 11100101 | 10111 | 11001110 | 0 | 1011010 | 1010 | 1010 | 100110011 | 1010010 | 110001 |
Color Harmonies of #E517CE
Complementary color
Monochromatic Colors of #E517CE
Black with #E517CE
Text Example
Text Example
White with #E517CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517CE; }
p { color: rgb(229,23,206); }
H1.HeaderClassName
{
color: #E517CE;
}
.AnyTagClassName
{
color: #E517CE;
}
</style>
background-color css
<style>
a { background-color: #E517CE; }
a { background-color: rgb(229,23,206); }
div.DivClassName
{
background-color: #E517CE;
}
.BgClassName
{
background-color: #E517CE;
}
</style>
border-color css
<style>
span { border-color: #E517CE; }
span { border-color: rgb(229,23,206); }
td.TdClassName
{
border-color: #E517CE;
}
.TagClassName
{
border-color: #E517CE;
}
</style>