Shades of Spicy Pink #E61BA8
Tints of Spicy Pink #E61BA8
RGB
CMYK
RGB Variations
Color information
#E61BA8 (or 0xE61BA8) is known color: Spicy Pink. HEX triplet: E6, 1B and A8. RGB value is (230,27,168). Sum of RGB (Red+Green+Blue) = 230+27+168=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61BA8 is #19E457. Grayscale: #676767. Windows color (decimal): -1696856 or 11017190. OLE color: 11017190.
HSL color Cylindrical-coordinate representation of color #E61BA8: hue angle of 318.33º 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 #E61BA8 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 168 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.10 |
| HSL | 318.33º | 0.8% | 0.5% | - |
| HSV(B) | 318.33º | 0.88% | 0.9% | - |
| XYZ | 40.09 | 20.43 | 38.88 | - |
| YUV | 103.77 | 164.25 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 168 | 0 | 0.88 | 0.27 | 0.10 | 318.33 | 0.8 | 0.5 |
| Hex | E6 | 1B | A8 | 0 | 58 | 1B | A | 13E | 50 | 32 |
| Octal | 346 | 33 | 250 | 0 | 130 | 33 | 12 | 476 | 120 | 62 |
| Binary | 11100110 | 11011 | 10101000 | 0 | 1011000 | 11011 | 1010 | 100111110 | 1010000 | 110010 |
Color Harmonies of #E61BA8
Complementary color
Monochromatic Colors of #E61BA8
Black with #E61BA8
Text Example
Text Example
White with #E61BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BA8; }
p { color: rgb(230,27,168); }
H1.HeaderClassName
{
color: #E61BA8;
}
.AnyTagClassName
{
color: #E61BA8;
}
</style>
background-color css
<style>
a { background-color: #E61BA8; }
a { background-color: rgb(230,27,168); }
div.DivClassName
{
background-color: #E61BA8;
}
.BgClassName
{
background-color: #E61BA8;
}
</style>
border-color css
<style>
span { border-color: #E61BA8; }
span { border-color: rgb(230,27,168); }
td.TdClassName
{
border-color: #E61BA8;
}
.TagClassName
{
border-color: #E61BA8;
}
</style>