Shades of Shocking Pink #E519CD
Tints of Shocking Pink #E519CD
RGB
CMYK
RGB Variations
Color information
#E519CD (or 0xE519CD) is known color: Shocking Pink. HEX triplet: E5, 19 and CD. RGB value is (229,25,205). Sum of RGB (Red+Green+Blue) = 229+25+205=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E519CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E519CD is #1AE632. Grayscale: #6A6A6A. Windows color (decimal): -1762867 or 13441509. OLE color: 13441509.
HSL color Cylindrical-coordinate representation of color #E519CD: hue angle of 307.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E519CD is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 205 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.10 |
| HSL | 307.06º | 0.8% | 0.5% | - |
| HSV(B) | 307.06º | 0.89% | 0.9% | - |
| XYZ | 43.68 | 21.76 | 59.66 | - |
| YUV | 106.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 205 | 0 | 0.89 | 0.10 | 0.10 | 307.06 | 0.8 | 0.5 |
| Hex | E5 | 19 | CD | 0 | 59 | A | A | 133 | 50 | 32 |
| Octal | 345 | 31 | 315 | 0 | 131 | 12 | 12 | 463 | 120 | 62 |
| Binary | 11100101 | 11001 | 11001101 | 0 | 1011001 | 1010 | 1010 | 100110011 | 1010000 | 110010 |
Color Harmonies of #E519CD
Complementary color
Monochromatic Colors of #E519CD
Black with #E519CD
Text Example
Text Example
White with #E519CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E519CD; }
p { color: rgb(229,25,205); }
H1.HeaderClassName
{
color: #E519CD;
}
.AnyTagClassName
{
color: #E519CD;
}
</style>
background-color css
<style>
a { background-color: #E519CD; }
a { background-color: rgb(229,25,205); }
div.DivClassName
{
background-color: #E519CD;
}
.BgClassName
{
background-color: #E519CD;
}
</style>
border-color css
<style>
span { border-color: #E519CD; }
span { border-color: rgb(229,25,205); }
td.TdClassName
{
border-color: #E519CD;
}
.TagClassName
{
border-color: #E519CD;
}
</style>