Shades of Spicy Pink #E51DA3
Tints of Spicy Pink #E51DA3
RGB
CMYK
RGB Variations
Color information
#E51DA3 (or 0xE51DA3) is known color: Spicy Pink. HEX triplet: E5, 1D and A3. RGB value is (229,29,163). Sum of RGB (Red+Green+Blue) = 229+29+163=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E51DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51DA3 is #1AE25C. Grayscale: #676767. Windows color (decimal): -1761885 or 10690021. OLE color: 10690021.
HSL color Cylindrical-coordinate representation of color #E51DA3: hue angle of 319.8º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51DA3 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 163 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.10 |
| HSL | 319.8º | 0.79% | 0.51% | - |
| HSV(B) | 319.8º | 0.87% | 0.9% | - |
| XYZ | 39.36 | 20.18 | 36.47 | - |
| YUV | 104.08 | 161.26 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 163 | 0 | 0.87 | 0.29 | 0.10 | 319.8 | 0.79 | 0.51 |
| Hex | E5 | 1D | A3 | 0 | 57 | 1D | A | 140 | 4F | 33 |
| Octal | 345 | 35 | 243 | 0 | 127 | 35 | 12 | 500 | 117 | 63 |
| Binary | 11100101 | 11101 | 10100011 | 0 | 1010111 | 11101 | 1010 | 101000000 | 1001111 | 110011 |
Color Harmonies of #E51DA3
Complementary color
Monochromatic Colors of #E51DA3
Black with #E51DA3
Text Example
Text Example
White with #E51DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DA3; }
p { color: rgb(229,29,163); }
H1.HeaderClassName
{
color: #E51DA3;
}
.AnyTagClassName
{
color: #E51DA3;
}
</style>
background-color css
<style>
a { background-color: #E51DA3; }
a { background-color: rgb(229,29,163); }
div.DivClassName
{
background-color: #E51DA3;
}
.BgClassName
{
background-color: #E51DA3;
}
</style>
border-color css
<style>
span { border-color: #E51DA3; }
span { border-color: rgb(229,29,163); }
td.TdClassName
{
border-color: #E51DA3;
}
.TagClassName
{
border-color: #E51DA3;
}
</style>