Shades of Spicy Pink #E61AA4
Tints of Spicy Pink #E61AA4
RGB
CMYK
RGB Variations
Color information
#E61AA4 (or 0xE61AA4) is known color: Spicy Pink. HEX triplet: E6, 1A and A4. RGB value is (230,26,164). Sum of RGB (Red+Green+Blue) = 230+26+164=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E61AA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61AA4 is #19E55B. Grayscale: #666666. Windows color (decimal): -1697116 or 10754790. OLE color: 10754790.
HSL color Cylindrical-coordinate representation of color #E61AA4: hue angle of 319.41º 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 #E61AA4 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 164 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.10 |
| HSL | 319.41º | 0.8% | 0.5% | - |
| HSV(B) | 319.41º | 0.89% | 0.9% | - |
| XYZ | 39.7 | 20.24 | 36.94 | - |
| YUV | 102.73 | 162.59 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 164 | 0 | 0.89 | 0.29 | 0.10 | 319.41 | 0.8 | 0.5 |
| Hex | E6 | 1A | A4 | 0 | 59 | 1D | A | 13F | 50 | 32 |
| Octal | 346 | 32 | 244 | 0 | 131 | 35 | 12 | 477 | 120 | 62 |
| Binary | 11100110 | 11010 | 10100100 | 0 | 1011001 | 11101 | 1010 | 100111111 | 1010000 | 110010 |
Color Harmonies of #E61AA4
Complementary color
Monochromatic Colors of #E61AA4
Black with #E61AA4
Text Example
Text Example
White with #E61AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61AA4; }
p { color: rgb(230,26,164); }
H1.HeaderClassName
{
color: #E61AA4;
}
.AnyTagClassName
{
color: #E61AA4;
}
</style>
background-color css
<style>
a { background-color: #E61AA4; }
a { background-color: rgb(230,26,164); }
div.DivClassName
{
background-color: #E61AA4;
}
.BgClassName
{
background-color: #E61AA4;
}
</style>
border-color css
<style>
span { border-color: #E61AA4; }
span { border-color: rgb(230,26,164); }
td.TdClassName
{
border-color: #E61AA4;
}
.TagClassName
{
border-color: #E61AA4;
}
</style>