Shades of Shocking Pink #E514D0
Tints of Shocking Pink #E514D0
RGB
CMYK
RGB Variations
Color information
#E514D0 (or 0xE514D0) is known color: Shocking Pink. HEX triplet: E5, 14 and D0. RGB value is (229,20,208). Sum of RGB (Red+Green+Blue) = 229+20+208=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E514D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514D0 is #1AEB2F. Grayscale: #676767. Windows color (decimal): -1764144 or 13636837. OLE color: 13636837.
HSL color Cylindrical-coordinate representation of color #E514D0: hue angle of 306.03º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E514D0 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 208 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.10 |
| HSL | 306.03º | 0.84% | 0.49% | - |
| HSV(B) | 306.03º | 0.91% | 0.9% | - |
| XYZ | 43.95 | 21.71 | 61.55 | - |
| YUV | 103.92 | 186.74 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 208 | 0 | 0.91 | 0.09 | 0.10 | 306.03 | 0.84 | 0.49 |
| Hex | E5 | 14 | D0 | 0 | 5B | 9 | A | 132 | 54 | 31 |
| Octal | 345 | 24 | 320 | 0 | 133 | 11 | 12 | 462 | 124 | 61 |
| Binary | 11100101 | 10100 | 11010000 | 0 | 1011011 | 1001 | 1010 | 100110010 | 1010100 | 110001 |
Color Harmonies of #E514D0
Complementary color
Monochromatic Colors of #E514D0
Black with #E514D0
Text Example
Text Example
White with #E514D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514D0; }
p { color: rgb(229,20,208); }
H1.HeaderClassName
{
color: #E514D0;
}
.AnyTagClassName
{
color: #E514D0;
}
</style>
background-color css
<style>
a { background-color: #E514D0; }
a { background-color: rgb(229,20,208); }
div.DivClassName
{
background-color: #E514D0;
}
.BgClassName
{
background-color: #E514D0;
}
</style>
border-color css
<style>
span { border-color: #E514D0; }
span { border-color: rgb(229,20,208); }
td.TdClassName
{
border-color: #E514D0;
}
.TagClassName
{
border-color: #E514D0;
}
</style>