Shades of Spicy Pink #E61FAC
Tints of Spicy Pink #E61FAC
RGB
CMYK
RGB Variations
Color information
#E61FAC (or 0xE61FAC) is known color: Spicy Pink. HEX triplet: E6, 1F and AC. RGB value is (230,31,172). Sum of RGB (Red+Green+Blue) = 230+31+172=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61FAC is #19E053. Grayscale: #6A6A6A. Windows color (decimal): -1695828 or 11280358. OLE color: 11280358.
HSL color Cylindrical-coordinate representation of color #E61FAC: hue angle of 317.49º 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 #E61FAC is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 172 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.10 |
| HSL | 317.49º | 0.8% | 0.51% | - |
| HSV(B) | 317.49º | 0.87% | 0.9% | - |
| XYZ | 40.57 | 20.78 | 40.9 | - |
| YUV | 106.58 | 164.93 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 172 | 0 | 0.87 | 0.25 | 0.10 | 317.49 | 0.8 | 0.51 |
| Hex | E6 | 1F | AC | 0 | 57 | 19 | A | 13D | 50 | 33 |
| Octal | 346 | 37 | 254 | 0 | 127 | 31 | 12 | 475 | 120 | 63 |
| Binary | 11100110 | 11111 | 10101100 | 0 | 1010111 | 11001 | 1010 | 100111101 | 1010000 | 110011 |
Color Harmonies of #E61FAC
Complementary color
Monochromatic Colors of #E61FAC
Black with #E61FAC
Text Example
Text Example
White with #E61FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FAC; }
p { color: rgb(230,31,172); }
H1.HeaderClassName
{
color: #E61FAC;
}
.AnyTagClassName
{
color: #E61FAC;
}
</style>
background-color css
<style>
a { background-color: #E61FAC; }
a { background-color: rgb(230,31,172); }
div.DivClassName
{
background-color: #E61FAC;
}
.BgClassName
{
background-color: #E61FAC;
}
</style>
border-color css
<style>
span { border-color: #E61FAC; }
span { border-color: rgb(230,31,172); }
td.TdClassName
{
border-color: #E61FAC;
}
.TagClassName
{
border-color: #E61FAC;
}
</style>