Shades of Spicy Pink #E61FAA
Tints of Spicy Pink #E61FAA
RGB
CMYK
RGB Variations
Color information
#E61FAA (or 0xE61FAA) is known color: Spicy Pink. HEX triplet: E6, 1F and AA. RGB value is (230,31,170). Sum of RGB (Red+Green+Blue) = 230+31+170=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61FAA is #19E055. Grayscale: #696969. Windows color (decimal): -1695830 or 11149286. OLE color: 11149286.
HSL color Cylindrical-coordinate representation of color #E61FAA: hue angle of 318.09º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FAA is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 170 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.10 |
| HSL | 318.09º | 0.8% | 0.51% | - |
| HSV(B) | 318.09º | 0.87% | 0.9% | - |
| XYZ | 40.38 | 20.71 | 39.9 | - |
| YUV | 106.35 | 163.93 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 170 | 0 | 0.87 | 0.26 | 0.10 | 318.09 | 0.8 | 0.51 |
| Hex | E6 | 1F | AA | 0 | 57 | 1A | A | 13E | 50 | 33 |
| Octal | 346 | 37 | 252 | 0 | 127 | 32 | 12 | 476 | 120 | 63 |
| Binary | 11100110 | 11111 | 10101010 | 0 | 1010111 | 11010 | 1010 | 100111110 | 1010000 | 110011 |
Color Harmonies of #E61FAA
Complementary color
Monochromatic Colors of #E61FAA
Black with #E61FAA
Text Example
Text Example
White with #E61FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FAA; }
p { color: rgb(230,31,170); }
H1.HeaderClassName
{
color: #E61FAA;
}
.AnyTagClassName
{
color: #E61FAA;
}
</style>
background-color css
<style>
a { background-color: #E61FAA; }
a { background-color: rgb(230,31,170); }
div.DivClassName
{
background-color: #E61FAA;
}
.BgClassName
{
background-color: #E61FAA;
}
</style>
border-color css
<style>
span { border-color: #E61FAA; }
span { border-color: rgb(230,31,170); }
td.TdClassName
{
border-color: #E61FAA;
}
.TagClassName
{
border-color: #E61FAA;
}
</style>