Shades of Spicy Pink #E61CAC
Tints of Spicy Pink #E61CAC
RGB
CMYK
RGB Variations
Color information
#E61CAC (or 0xE61CAC) is known color: Spicy Pink. HEX triplet: E6, 1C and AC. RGB value is (230,28,172). Sum of RGB (Red+Green+Blue) = 230+28+172=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61CAC is #19E353. Grayscale: #686868. Windows color (decimal): -1696596 or 11279590. OLE color: 11279590.
HSL color Cylindrical-coordinate representation of color #E61CAC: hue angle of 317.23º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CAC is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 172 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.10 |
| HSL | 317.23º | 0.8% | 0.51% | - |
| HSV(B) | 317.23º | 0.88% | 0.9% | - |
| XYZ | 40.49 | 20.63 | 40.88 | - |
| YUV | 104.81 | 165.92 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 172 | 0 | 0.88 | 0.25 | 0.10 | 317.23 | 0.8 | 0.51 |
| Hex | E6 | 1C | AC | 0 | 58 | 19 | A | 13D | 50 | 33 |
| Octal | 346 | 34 | 254 | 0 | 130 | 31 | 12 | 475 | 120 | 63 |
| Binary | 11100110 | 11100 | 10101100 | 0 | 1011000 | 11001 | 1010 | 100111101 | 1010000 | 110011 |
Color Harmonies of #E61CAC
Complementary color
Monochromatic Colors of #E61CAC
Black with #E61CAC
Text Example
Text Example
White with #E61CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CAC; }
p { color: rgb(230,28,172); }
H1.HeaderClassName
{
color: #E61CAC;
}
.AnyTagClassName
{
color: #E61CAC;
}
</style>
background-color css
<style>
a { background-color: #E61CAC; }
a { background-color: rgb(230,28,172); }
div.DivClassName
{
background-color: #E61CAC;
}
.BgClassName
{
background-color: #E61CAC;
}
</style>
border-color css
<style>
span { border-color: #E61CAC; }
span { border-color: rgb(230,28,172); }
td.TdClassName
{
border-color: #E61CAC;
}
.TagClassName
{
border-color: #E61CAC;
}
</style>