Shades of Spicy Pink #E51FA6
Tints of Spicy Pink #E51FA6
RGB
CMYK
RGB Variations
Color information
#E51FA6 (or 0xE51FA6) is known color: Spicy Pink. HEX triplet: E5, 1F and A6. RGB value is (229,31,166). Sum of RGB (Red+Green+Blue) = 229+31+166=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E51FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51FA6 is #1AE059. Grayscale: #696969. Windows color (decimal): -1761370 or 10887141. OLE color: 10887141.
HSL color Cylindrical-coordinate representation of color #E51FA6: hue angle of 319.09º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51FA6 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 166 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.10 |
| HSL | 319.09º | 0.79% | 0.51% | - |
| HSV(B) | 319.09º | 0.86% | 0.9% | - |
| XYZ | 39.69 | 20.39 | 37.92 | - |
| YUV | 105.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 166 | 0 | 0.86 | 0.28 | 0.10 | 319.09 | 0.79 | 0.51 |
| Hex | E5 | 1F | A6 | 0 | 56 | 1C | A | 13F | 4F | 33 |
| Octal | 345 | 37 | 246 | 0 | 126 | 34 | 12 | 477 | 117 | 63 |
| Binary | 11100101 | 11111 | 10100110 | 0 | 1010110 | 11100 | 1010 | 100111111 | 1001111 | 110011 |
Color Harmonies of #E51FA6
Complementary color
Monochromatic Colors of #E51FA6
Black with #E51FA6
Text Example
Text Example
White with #E51FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FA6; }
p { color: rgb(229,31,166); }
H1.HeaderClassName
{
color: #E51FA6;
}
.AnyTagClassName
{
color: #E51FA6;
}
</style>
background-color css
<style>
a { background-color: #E51FA6; }
a { background-color: rgb(229,31,166); }
div.DivClassName
{
background-color: #E51FA6;
}
.BgClassName
{
background-color: #E51FA6;
}
</style>
border-color css
<style>
span { border-color: #E51FA6; }
span { border-color: rgb(229,31,166); }
td.TdClassName
{
border-color: #E51FA6;
}
.TagClassName
{
border-color: #E51FA6;
}
</style>