Shades of Spicy Pink #E61CA8
Tints of Spicy Pink #E61CA8
RGB
CMYK
RGB Variations
Color information
#E61CA8 (or 0xE61CA8) is known color: Spicy Pink. HEX triplet: E6, 1C and A8. RGB value is (230,28,168). Sum of RGB (Red+Green+Blue) = 230+28+168=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61CA8 is #19E357. Grayscale: #686868. Windows color (decimal): -1696600 or 11017446. OLE color: 11017446.
HSL color Cylindrical-coordinate representation of color #E61CA8: hue angle of 318.42º 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 #E61CA8 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 168 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.10 |
| HSL | 318.42º | 0.8% | 0.51% | - |
| HSV(B) | 318.42º | 0.88% | 0.9% | - |
| XYZ | 40.12 | 20.48 | 38.88 | - |
| YUV | 104.36 | 163.92 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 168 | 0 | 0.88 | 0.27 | 0.10 | 318.42 | 0.8 | 0.51 |
| Hex | E6 | 1C | A8 | 0 | 58 | 1B | A | 13E | 50 | 33 |
| Octal | 346 | 34 | 250 | 0 | 130 | 33 | 12 | 476 | 120 | 63 |
| Binary | 11100110 | 11100 | 10101000 | 0 | 1011000 | 11011 | 1010 | 100111110 | 1010000 | 110011 |
Color Harmonies of #E61CA8
Complementary color
Monochromatic Colors of #E61CA8
Black with #E61CA8
Text Example
Text Example
White with #E61CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CA8; }
p { color: rgb(230,28,168); }
H1.HeaderClassName
{
color: #E61CA8;
}
.AnyTagClassName
{
color: #E61CA8;
}
</style>
background-color css
<style>
a { background-color: #E61CA8; }
a { background-color: rgb(230,28,168); }
div.DivClassName
{
background-color: #E61CA8;
}
.BgClassName
{
background-color: #E61CA8;
}
</style>
border-color css
<style>
span { border-color: #E61CA8; }
span { border-color: rgb(230,28,168); }
td.TdClassName
{
border-color: #E61CA8;
}
.TagClassName
{
border-color: #E61CA8;
}
</style>