Shades of Shocking Pink #E514D3
Tints of Shocking Pink #E514D3
RGB
CMYK
RGB Variations
Color information
#E514D3 (or 0xE514D3) is known color: Shocking Pink. HEX triplet: E5, 14 and D3. RGB value is (229,20,211). Sum of RGB (Red+Green+Blue) = 229+20+211=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E514D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514D3 is #1AEB2C. Grayscale: #676767. Windows color (decimal): -1764141 or 13833445. OLE color: 13833445.
HSL color Cylindrical-coordinate representation of color #E514D3: hue angle of 305.17º 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 #E514D3 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 211 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.10 |
| HSL | 305.17º | 0.84% | 0.49% | - |
| HSV(B) | 305.17º | 0.91% | 0.9% | - |
| XYZ | 44.32 | 21.86 | 63.51 | - |
| YUV | 104.27 | 188.24 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 211 | 0 | 0.91 | 0.08 | 0.10 | 305.17 | 0.84 | 0.49 |
| Hex | E5 | 14 | D3 | 0 | 5B | 8 | A | 131 | 54 | 31 |
| Octal | 345 | 24 | 323 | 0 | 133 | 10 | 12 | 461 | 124 | 61 |
| Binary | 11100101 | 10100 | 11010011 | 0 | 1011011 | 1000 | 1010 | 100110001 | 1010100 | 110001 |
Color Harmonies of #E514D3
Complementary color
Monochromatic Colors of #E514D3
Black with #E514D3
Text Example
Text Example
White with #E514D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514D3; }
p { color: rgb(229,20,211); }
H1.HeaderClassName
{
color: #E514D3;
}
.AnyTagClassName
{
color: #E514D3;
}
</style>
background-color css
<style>
a { background-color: #E514D3; }
a { background-color: rgb(229,20,211); }
div.DivClassName
{
background-color: #E514D3;
}
.BgClassName
{
background-color: #E514D3;
}
</style>
border-color css
<style>
span { border-color: #E514D3; }
span { border-color: rgb(229,20,211); }
td.TdClassName
{
border-color: #E514D3;
}
.TagClassName
{
border-color: #E514D3;
}
</style>