Shades of Spicy Pink #E61EAC
Tints of Spicy Pink #E61EAC
RGB
CMYK
RGB Variations
Color information
#E61EAC (or 0xE61EAC) is known color: Spicy Pink. HEX triplet: E6, 1E and AC. RGB value is (230,30,172). Sum of RGB (Red+Green+Blue) = 230+30+172=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E61EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61EAC is #19E153. Grayscale: #696969. Windows color (decimal): -1696084 or 11280102. OLE color: 11280102.
HSL color Cylindrical-coordinate representation of color #E61EAC: hue angle of 317.4º 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 #E61EAC is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 30 | 172 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.10 |
| HSL | 317.4º | 0.8% | 0.51% | - |
| HSV(B) | 317.4º | 0.87% | 0.9% | - |
| XYZ | 40.54 | 20.73 | 40.89 | - |
| YUV | 105.99 | 165.26 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 172 | 0 | 0.87 | 0.25 | 0.10 | 317.4 | 0.8 | 0.51 |
| Hex | E6 | 1E | AC | 0 | 57 | 19 | A | 13D | 50 | 33 |
| Octal | 346 | 36 | 254 | 0 | 127 | 31 | 12 | 475 | 120 | 63 |
| Binary | 11100110 | 11110 | 10101100 | 0 | 1010111 | 11001 | 1010 | 100111101 | 1010000 | 110011 |
Color Harmonies of #E61EAC
Complementary color
Monochromatic Colors of #E61EAC
Black with #E61EAC
Text Example
Text Example
White with #E61EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61EAC; }
p { color: rgb(230,30,172); }
H1.HeaderClassName
{
color: #E61EAC;
}
.AnyTagClassName
{
color: #E61EAC;
}
</style>
background-color css
<style>
a { background-color: #E61EAC; }
a { background-color: rgb(230,30,172); }
div.DivClassName
{
background-color: #E61EAC;
}
.BgClassName
{
background-color: #E61EAC;
}
</style>
border-color css
<style>
span { border-color: #E61EAC; }
span { border-color: rgb(230,30,172); }
td.TdClassName
{
border-color: #E61EAC;
}
.TagClassName
{
border-color: #E61EAC;
}
</style>