Shades of Shocking Pink #E514D1
Tints of Shocking Pink #E514D1
RGB
CMYK
RGB Variations
Color information
#E514D1 (or 0xE514D1) is known color: Shocking Pink. HEX triplet: E5, 14 and D1. RGB value is (229,20,209). Sum of RGB (Red+Green+Blue) = 229+20+209=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E514D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514D1 is #1AEB2E. Grayscale: #676767. Windows color (decimal): -1764143 or 13702373. OLE color: 13702373.
HSL color Cylindrical-coordinate representation of color #E514D1: hue angle of 305.74º 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 #E514D1 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 209 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.10 |
| HSL | 305.74º | 0.84% | 0.49% | - |
| HSV(B) | 305.74º | 0.91% | 0.9% | - |
| XYZ | 44.07 | 21.76 | 62.2 | - |
| YUV | 104.04 | 187.24 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 209 | 0 | 0.91 | 0.09 | 0.10 | 305.74 | 0.84 | 0.49 |
| Hex | E5 | 14 | D1 | 0 | 5B | 9 | A | 132 | 54 | 31 |
| Octal | 345 | 24 | 321 | 0 | 133 | 11 | 12 | 462 | 124 | 61 |
| Binary | 11100101 | 10100 | 11010001 | 0 | 1011011 | 1001 | 1010 | 100110010 | 1010100 | 110001 |
Color Harmonies of #E514D1
Complementary color
Monochromatic Colors of #E514D1
Black with #E514D1
Text Example
Text Example
White with #E514D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514D1; }
p { color: rgb(229,20,209); }
H1.HeaderClassName
{
color: #E514D1;
}
.AnyTagClassName
{
color: #E514D1;
}
</style>
background-color css
<style>
a { background-color: #E514D1; }
a { background-color: rgb(229,20,209); }
div.DivClassName
{
background-color: #E514D1;
}
.BgClassName
{
background-color: #E514D1;
}
</style>
border-color css
<style>
span { border-color: #E514D1; }
span { border-color: rgb(229,20,209); }
td.TdClassName
{
border-color: #E514D1;
}
.TagClassName
{
border-color: #E514D1;
}
</style>