Shades of Spicy Pink #E51BA6
Tints of Spicy Pink #E51BA6
RGB
CMYK
RGB Variations
Color information
#E51BA6 (or 0xE51BA6) is known color: Spicy Pink. HEX triplet: E5, 1B and A6. RGB value is (229,27,166). Sum of RGB (Red+Green+Blue) = 229+27+166=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51BA6 is #1AE459. Grayscale: #666666. Windows color (decimal): -1762394 or 10886117. OLE color: 10886117.
HSL color Cylindrical-coordinate representation of color #E51BA6: hue angle of 318.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51BA6 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 166 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.10 |
| HSL | 318.71º | 0.8% | 0.5% | - |
| HSV(B) | 318.71º | 0.88% | 0.9% | - |
| XYZ | 39.59 | 20.2 | 37.89 | - |
| YUV | 103.24 | 163.42 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 166 | 0 | 0.88 | 0.28 | 0.10 | 318.71 | 0.8 | 0.5 |
| Hex | E5 | 1B | A6 | 0 | 58 | 1C | A | 13F | 50 | 32 |
| Octal | 345 | 33 | 246 | 0 | 130 | 34 | 12 | 477 | 120 | 62 |
| Binary | 11100101 | 11011 | 10100110 | 0 | 1011000 | 11100 | 1010 | 100111111 | 1010000 | 110010 |
Color Harmonies of #E51BA6
Complementary color
Monochromatic Colors of #E51BA6
Black with #E51BA6
Text Example
Text Example
White with #E51BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BA6; }
p { color: rgb(229,27,166); }
H1.HeaderClassName
{
color: #E51BA6;
}
.AnyTagClassName
{
color: #E51BA6;
}
</style>
background-color css
<style>
a { background-color: #E51BA6; }
a { background-color: rgb(229,27,166); }
div.DivClassName
{
background-color: #E51BA6;
}
.BgClassName
{
background-color: #E51BA6;
}
</style>
border-color css
<style>
span { border-color: #E51BA6; }
span { border-color: rgb(229,27,166); }
td.TdClassName
{
border-color: #E51BA6;
}
.TagClassName
{
border-color: #E51BA6;
}
</style>