Shades of Shocking Pink #E517CA
Tints of Shocking Pink #E517CA
RGB
CMYK
RGB Variations
Color information
#E517CA (or 0xE517CA) is known color: Shocking Pink. HEX triplet: E5, 17 and CA. RGB value is (229,23,202). Sum of RGB (Red+Green+Blue) = 229+23+202=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E517CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517CA is #1AE835. Grayscale: #686868. Windows color (decimal): -1763382 or 13244389. OLE color: 13244389.
HSL color Cylindrical-coordinate representation of color #E517CA: hue angle of 307.86º 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 #E517CA is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 202 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.10 |
| HSL | 307.86º | 0.82% | 0.49% | - |
| HSV(B) | 307.86º | 0.9% | 0.9% | - |
| XYZ | 43.28 | 21.54 | 57.75 | - |
| YUV | 105 | 182.75 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 202 | 0 | 0.90 | 0.12 | 0.10 | 307.86 | 0.82 | 0.49 |
| Hex | E5 | 17 | CA | 0 | 5A | C | A | 134 | 52 | 31 |
| Octal | 345 | 27 | 312 | 0 | 132 | 14 | 12 | 464 | 122 | 61 |
| Binary | 11100101 | 10111 | 11001010 | 0 | 1011010 | 1100 | 1010 | 100110100 | 1010010 | 110001 |
Color Harmonies of #E517CA
Complementary color
Monochromatic Colors of #E517CA
Black with #E517CA
Text Example
Text Example
White with #E517CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517CA; }
p { color: rgb(229,23,202); }
H1.HeaderClassName
{
color: #E517CA;
}
.AnyTagClassName
{
color: #E517CA;
}
</style>
background-color css
<style>
a { background-color: #E517CA; }
a { background-color: rgb(229,23,202); }
div.DivClassName
{
background-color: #E517CA;
}
.BgClassName
{
background-color: #E517CA;
}
</style>
border-color css
<style>
span { border-color: #E517CA; }
span { border-color: rgb(229,23,202); }
td.TdClassName
{
border-color: #E517CA;
}
.TagClassName
{
border-color: #E517CA;
}
</style>