Shades of Spicy Pink #E51DA8
Tints of Spicy Pink #E51DA8
RGB
CMYK
RGB Variations
Color information
#E51DA8 (or 0xE51DA8) is known color: Spicy Pink. HEX triplet: E5, 1D and A8. RGB value is (229,29,168). Sum of RGB (Red+Green+Blue) = 229+29+168=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E51DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51DA8 is #1AE257. Grayscale: #686868. Windows color (decimal): -1761880 or 11017701. OLE color: 11017701.
HSL color Cylindrical-coordinate representation of color #E51DA8: hue angle of 318.3º 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 #E51DA8 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 168 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.10 |
| HSL | 318.3º | 0.79% | 0.51% | - |
| HSV(B) | 318.3º | 0.87% | 0.9% | - |
| XYZ | 39.82 | 20.36 | 38.88 | - |
| YUV | 104.65 | 163.76 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 168 | 0 | 0.87 | 0.27 | 0.10 | 318.3 | 0.79 | 0.51 |
| Hex | E5 | 1D | A8 | 0 | 57 | 1B | A | 13E | 4F | 33 |
| Octal | 345 | 35 | 250 | 0 | 127 | 33 | 12 | 476 | 117 | 63 |
| Binary | 11100101 | 11101 | 10101000 | 0 | 1010111 | 11011 | 1010 | 100111110 | 1001111 | 110011 |
Color Harmonies of #E51DA8
Complementary color
Monochromatic Colors of #E51DA8
Black with #E51DA8
Text Example
Text Example
White with #E51DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DA8; }
p { color: rgb(229,29,168); }
H1.HeaderClassName
{
color: #E51DA8;
}
.AnyTagClassName
{
color: #E51DA8;
}
</style>
background-color css
<style>
a { background-color: #E51DA8; }
a { background-color: rgb(229,29,168); }
div.DivClassName
{
background-color: #E51DA8;
}
.BgClassName
{
background-color: #E51DA8;
}
</style>
border-color css
<style>
span { border-color: #E51DA8; }
span { border-color: rgb(229,29,168); }
td.TdClassName
{
border-color: #E51DA8;
}
.TagClassName
{
border-color: #E51DA8;
}
</style>