Shades of Spicy Pink #E61DA6
Tints of Spicy Pink #E61DA6
RGB
CMYK
RGB Variations
Color information
#E61DA6 (or 0xE61DA6) is known color: Spicy Pink. HEX triplet: E6, 1D and A6. RGB value is (230,29,166). Sum of RGB (Red+Green+Blue) = 230+29+166=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61DA6 is #19E259. Grayscale: #686868. Windows color (decimal): -1696346 or 10886630. OLE color: 10886630.
HSL color Cylindrical-coordinate representation of color #E61DA6: hue angle of 319.1º 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 #E61DA6 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 166 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.10 |
| HSL | 319.1º | 0.8% | 0.51% | - |
| HSV(B) | 319.1º | 0.87% | 0.9% | - |
| XYZ | 39.96 | 20.45 | 37.92 | - |
| YUV | 104.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 166 | 0 | 0.87 | 0.28 | 0.10 | 319.1 | 0.8 | 0.51 |
| Hex | E6 | 1D | A6 | 0 | 57 | 1C | A | 13F | 50 | 33 |
| Octal | 346 | 35 | 246 | 0 | 127 | 34 | 12 | 477 | 120 | 63 |
| Binary | 11100110 | 11101 | 10100110 | 0 | 1010111 | 11100 | 1010 | 100111111 | 1010000 | 110011 |
Color Harmonies of #E61DA6
Complementary color
Monochromatic Colors of #E61DA6
Black with #E61DA6
Text Example
Text Example
White with #E61DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DA6; }
p { color: rgb(230,29,166); }
H1.HeaderClassName
{
color: #E61DA6;
}
.AnyTagClassName
{
color: #E61DA6;
}
</style>
background-color css
<style>
a { background-color: #E61DA6; }
a { background-color: rgb(230,29,166); }
div.DivClassName
{
background-color: #E61DA6;
}
.BgClassName
{
background-color: #E61DA6;
}
</style>
border-color css
<style>
span { border-color: #E61DA6; }
span { border-color: rgb(230,29,166); }
td.TdClassName
{
border-color: #E61DA6;
}
.TagClassName
{
border-color: #E61DA6;
}
</style>