Shades of Spicy Pink #E61AA8
Tints of Spicy Pink #E61AA8
RGB
CMYK
RGB Variations
Color information
#E61AA8 (or 0xE61AA8) is known color: Spicy Pink. HEX triplet: E6, 1A and A8. RGB value is (230,26,168). Sum of RGB (Red+Green+Blue) = 230+26+168=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E61AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61AA8 is #19E557. Grayscale: #666666. Windows color (decimal): -1697112 or 11016934. OLE color: 11016934.
HSL color Cylindrical-coordinate representation of color #E61AA8: hue angle of 318.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61AA8 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 168 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.10 |
| HSL | 318.24º | 0.8% | 0.5% | - |
| HSV(B) | 318.24º | 0.89% | 0.9% | - |
| XYZ | 40.07 | 20.39 | 38.87 | - |
| YUV | 103.18 | 164.59 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 168 | 0 | 0.89 | 0.27 | 0.10 | 318.24 | 0.8 | 0.5 |
| Hex | E6 | 1A | A8 | 0 | 59 | 1B | A | 13E | 50 | 32 |
| Octal | 346 | 32 | 250 | 0 | 131 | 33 | 12 | 476 | 120 | 62 |
| Binary | 11100110 | 11010 | 10101000 | 0 | 1011001 | 11011 | 1010 | 100111110 | 1010000 | 110010 |
Color Harmonies of #E61AA8
Complementary color
Monochromatic Colors of #E61AA8
Black with #E61AA8
Text Example
Text Example
White with #E61AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61AA8; }
p { color: rgb(230,26,168); }
H1.HeaderClassName
{
color: #E61AA8;
}
.AnyTagClassName
{
color: #E61AA8;
}
</style>
background-color css
<style>
a { background-color: #E61AA8; }
a { background-color: rgb(230,26,168); }
div.DivClassName
{
background-color: #E61AA8;
}
.BgClassName
{
background-color: #E61AA8;
}
</style>
border-color css
<style>
span { border-color: #E61AA8; }
span { border-color: rgb(230,26,168); }
td.TdClassName
{
border-color: #E61AA8;
}
.TagClassName
{
border-color: #E61AA8;
}
</style>