Shades of Spicy Pink #E61BA9
Tints of Spicy Pink #E61BA9
RGB
CMYK
RGB Variations
Color information
#E61BA9 (or 0xE61BA9) is known color: Spicy Pink. HEX triplet: E6, 1B and A9. RGB value is (230,27,169). Sum of RGB (Red+Green+Blue) = 230+27+169=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61BA9 is #19E456. Grayscale: #676767. Windows color (decimal): -1696855 or 11082726. OLE color: 11082726.
HSL color Cylindrical-coordinate representation of color #E61BA9: hue angle of 318.03º 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 #E61BA9 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 169 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.10 |
| HSL | 318.03º | 0.8% | 0.5% | - |
| HSV(B) | 318.03º | 0.88% | 0.9% | - |
| XYZ | 40.19 | 20.47 | 39.37 | - |
| YUV | 103.89 | 164.75 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 169 | 0 | 0.88 | 0.27 | 0.10 | 318.03 | 0.8 | 0.5 |
| Hex | E6 | 1B | A9 | 0 | 58 | 1B | A | 13E | 50 | 32 |
| Octal | 346 | 33 | 251 | 0 | 130 | 33 | 12 | 476 | 120 | 62 |
| Binary | 11100110 | 11011 | 10101001 | 0 | 1011000 | 11011 | 1010 | 100111110 | 1010000 | 110010 |
Color Harmonies of #E61BA9
Complementary color
Monochromatic Colors of #E61BA9
Black with #E61BA9
Text Example
Text Example
White with #E61BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BA9; }
p { color: rgb(230,27,169); }
H1.HeaderClassName
{
color: #E61BA9;
}
.AnyTagClassName
{
color: #E61BA9;
}
</style>
background-color css
<style>
a { background-color: #E61BA9; }
a { background-color: rgb(230,27,169); }
div.DivClassName
{
background-color: #E61BA9;
}
.BgClassName
{
background-color: #E61BA9;
}
</style>
border-color css
<style>
span { border-color: #E61BA9; }
span { border-color: rgb(230,27,169); }
td.TdClassName
{
border-color: #E61BA9;
}
.TagClassName
{
border-color: #E61BA9;
}
</style>