Shades of Spicy Pink #E61FA6
Tints of Spicy Pink #E61FA6
RGB
CMYK
RGB Variations
Color information
#E61FA6 (or 0xE61FA6) is known color: Spicy Pink. HEX triplet: E6, 1F and A6. RGB value is (230,31,166). Sum of RGB (Red+Green+Blue) = 230+31+166=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61FA6 is #19E059. Grayscale: #696969. Windows color (decimal): -1695834 or 10887142. OLE color: 10887142.
HSL color Cylindrical-coordinate representation of color #E61FA6: hue angle of 319.3º 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 #E61FA6 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 166 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.10 |
| HSL | 319.3º | 0.8% | 0.51% | - |
| HSV(B) | 319.3º | 0.87% | 0.9% | - |
| XYZ | 40.01 | 20.56 | 37.94 | - |
| YUV | 105.89 | 161.93 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 166 | 0 | 0.87 | 0.28 | 0.10 | 319.3 | 0.8 | 0.51 |
| Hex | E6 | 1F | A6 | 0 | 57 | 1C | A | 13F | 50 | 33 |
| Octal | 346 | 37 | 246 | 0 | 127 | 34 | 12 | 477 | 120 | 63 |
| Binary | 11100110 | 11111 | 10100110 | 0 | 1010111 | 11100 | 1010 | 100111111 | 1010000 | 110011 |
Color Harmonies of #E61FA6
Complementary color
Monochromatic Colors of #E61FA6
Black with #E61FA6
Text Example
Text Example
White with #E61FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FA6; }
p { color: rgb(230,31,166); }
H1.HeaderClassName
{
color: #E61FA6;
}
.AnyTagClassName
{
color: #E61FA6;
}
</style>
background-color css
<style>
a { background-color: #E61FA6; }
a { background-color: rgb(230,31,166); }
div.DivClassName
{
background-color: #E61FA6;
}
.BgClassName
{
background-color: #E61FA6;
}
</style>
border-color css
<style>
span { border-color: #E61FA6; }
span { border-color: rgb(230,31,166); }
td.TdClassName
{
border-color: #E61FA6;
}
.TagClassName
{
border-color: #E61FA6;
}
</style>