Shades of Spicy Pink #E51DA5
Tints of Spicy Pink #E51DA5
RGB
CMYK
RGB Variations
Color information
#E51DA5 (or 0xE51DA5) is known color: Spicy Pink. HEX triplet: E5, 1D and A5. RGB value is (229,29,165). Sum of RGB (Red+Green+Blue) = 229+29+165=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E51DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51DA5 is #1AE25A. Grayscale: #676767. Windows color (decimal): -1761883 or 10821093. OLE color: 10821093.
HSL color Cylindrical-coordinate representation of color #E51DA5: hue angle of 319.2º 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 #E51DA5 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 165 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.10 |
| HSL | 319.2º | 0.79% | 0.51% | - |
| HSV(B) | 319.2º | 0.87% | 0.9% | - |
| XYZ | 39.54 | 20.25 | 37.42 | - |
| YUV | 104.3 | 162.26 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 165 | 0 | 0.87 | 0.28 | 0.10 | 319.2 | 0.79 | 0.51 |
| Hex | E5 | 1D | A5 | 0 | 57 | 1C | A | 13F | 4F | 33 |
| Octal | 345 | 35 | 245 | 0 | 127 | 34 | 12 | 477 | 117 | 63 |
| Binary | 11100101 | 11101 | 10100101 | 0 | 1010111 | 11100 | 1010 | 100111111 | 1001111 | 110011 |
Color Harmonies of #E51DA5
Complementary color
Monochromatic Colors of #E51DA5
Black with #E51DA5
Text Example
Text Example
White with #E51DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DA5; }
p { color: rgb(229,29,165); }
H1.HeaderClassName
{
color: #E51DA5;
}
.AnyTagClassName
{
color: #E51DA5;
}
</style>
background-color css
<style>
a { background-color: #E51DA5; }
a { background-color: rgb(229,29,165); }
div.DivClassName
{
background-color: #E51DA5;
}
.BgClassName
{
background-color: #E51DA5;
}
</style>
border-color css
<style>
span { border-color: #E51DA5; }
span { border-color: rgb(229,29,165); }
td.TdClassName
{
border-color: #E51DA5;
}
.TagClassName
{
border-color: #E51DA5;
}
</style>