Shades of Spicy Pink #E61CA6
Tints of Spicy Pink #E61CA6
RGB
CMYK
RGB Variations
Color information
#E61CA6 (or 0xE61CA6) is known color: Spicy Pink. HEX triplet: E6, 1C and A6. RGB value is (230,28,166). Sum of RGB (Red+Green+Blue) = 230+28+166=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61CA6 is #19E359. Grayscale: #676767. Windows color (decimal): -1696602 or 10886374. OLE color: 10886374.
HSL color Cylindrical-coordinate representation of color #E61CA6: hue angle of 319.01º 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 #E61CA6 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 166 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.10 |
| HSL | 319.01º | 0.8% | 0.51% | - |
| HSV(B) | 319.01º | 0.88% | 0.9% | - |
| XYZ | 39.93 | 20.41 | 37.91 | - |
| YUV | 104.13 | 162.92 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 166 | 0 | 0.88 | 0.28 | 0.10 | 319.01 | 0.8 | 0.51 |
| Hex | E6 | 1C | A6 | 0 | 58 | 1C | A | 13F | 50 | 33 |
| Octal | 346 | 34 | 246 | 0 | 130 | 34 | 12 | 477 | 120 | 63 |
| Binary | 11100110 | 11100 | 10100110 | 0 | 1011000 | 11100 | 1010 | 100111111 | 1010000 | 110011 |
Color Harmonies of #E61CA6
Complementary color
Monochromatic Colors of #E61CA6
Black with #E61CA6
Text Example
Text Example
White with #E61CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CA6; }
p { color: rgb(230,28,166); }
H1.HeaderClassName
{
color: #E61CA6;
}
.AnyTagClassName
{
color: #E61CA6;
}
</style>
background-color css
<style>
a { background-color: #E61CA6; }
a { background-color: rgb(230,28,166); }
div.DivClassName
{
background-color: #E61CA6;
}
.BgClassName
{
background-color: #E61CA6;
}
</style>
border-color css
<style>
span { border-color: #E61CA6; }
span { border-color: rgb(230,28,166); }
td.TdClassName
{
border-color: #E61CA6;
}
.TagClassName
{
border-color: #E61CA6;
}
</style>