Shades of Spicy Pink #E61EA8
Tints of Spicy Pink #E61EA8
RGB
CMYK
RGB Variations
Color information
#E61EA8 (or 0xE61EA8) is known color: Spicy Pink. HEX triplet: E6, 1E and A8. RGB value is (230,30,168). Sum of RGB (Red+Green+Blue) = 230+30+168=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E61EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61EA8 is #19E157. Grayscale: #696969. Windows color (decimal): -1696088 or 11017958. OLE color: 11017958.
HSL color Cylindrical-coordinate representation of color #E61EA8: hue angle of 318.6º 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 #E61EA8 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 30 | 168 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.10 |
| HSL | 318.6º | 0.8% | 0.51% | - |
| HSV(B) | 318.6º | 0.87% | 0.9% | - |
| XYZ | 40.17 | 20.58 | 38.9 | - |
| YUV | 105.53 | 163.26 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 168 | 0 | 0.87 | 0.27 | 0.10 | 318.6 | 0.8 | 0.51 |
| Hex | E6 | 1E | A8 | 0 | 57 | 1B | A | 13F | 50 | 33 |
| Octal | 346 | 36 | 250 | 0 | 127 | 33 | 12 | 477 | 120 | 63 |
| Binary | 11100110 | 11110 | 10101000 | 0 | 1010111 | 11011 | 1010 | 100111111 | 1010000 | 110011 |
Color Harmonies of #E61EA8
Complementary color
Monochromatic Colors of #E61EA8
Black with #E61EA8
Text Example
Text Example
White with #E61EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61EA8; }
p { color: rgb(230,30,168); }
H1.HeaderClassName
{
color: #E61EA8;
}
.AnyTagClassName
{
color: #E61EA8;
}
</style>
background-color css
<style>
a { background-color: #E61EA8; }
a { background-color: rgb(230,30,168); }
div.DivClassName
{
background-color: #E61EA8;
}
.BgClassName
{
background-color: #E61EA8;
}
</style>
border-color css
<style>
span { border-color: #E61EA8; }
span { border-color: rgb(230,30,168); }
td.TdClassName
{
border-color: #E61EA8;
}
.TagClassName
{
border-color: #E61EA8;
}
</style>