Shades of Spicy Pink #E61DA8
Tints of Spicy Pink #E61DA8
RGB
CMYK
RGB Variations
Color information
#E61DA8 (or 0xE61DA8) is known color: Spicy Pink. HEX triplet: E6, 1D and A8. RGB value is (230,29,168). Sum of RGB (Red+Green+Blue) = 230+29+168=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61DA8 is #19E257. Grayscale: #686868. Windows color (decimal): -1696344 or 11017702. OLE color: 11017702.
HSL color Cylindrical-coordinate representation of color #E61DA8: hue angle of 318.51º 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 #E61DA8 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 168 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.10 |
| HSL | 318.51º | 0.8% | 0.51% | - |
| HSV(B) | 318.51º | 0.87% | 0.9% | - |
| XYZ | 40.14 | 20.53 | 38.89 | - |
| YUV | 104.95 | 163.59 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 168 | 0 | 0.87 | 0.27 | 0.10 | 318.51 | 0.8 | 0.51 |
| Hex | E6 | 1D | A8 | 0 | 57 | 1B | A | 13F | 50 | 33 |
| Octal | 346 | 35 | 250 | 0 | 127 | 33 | 12 | 477 | 120 | 63 |
| Binary | 11100110 | 11101 | 10101000 | 0 | 1010111 | 11011 | 1010 | 100111111 | 1010000 | 110011 |
Color Harmonies of #E61DA8
Complementary color
Monochromatic Colors of #E61DA8
Black with #E61DA8
Text Example
Text Example
White with #E61DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DA8; }
p { color: rgb(230,29,168); }
H1.HeaderClassName
{
color: #E61DA8;
}
.AnyTagClassName
{
color: #E61DA8;
}
</style>
background-color css
<style>
a { background-color: #E61DA8; }
a { background-color: rgb(230,29,168); }
div.DivClassName
{
background-color: #E61DA8;
}
.BgClassName
{
background-color: #E61DA8;
}
</style>
border-color css
<style>
span { border-color: #E61DA8; }
span { border-color: rgb(230,29,168); }
td.TdClassName
{
border-color: #E61DA8;
}
.TagClassName
{
border-color: #E61DA8;
}
</style>