Shades of Spicy Pink #E01DA6
Tints of Spicy Pink #E01DA6
RGB
CMYK
RGB Variations
Color information
#E01DA6 (or 0xE01DA6) is known color: Spicy Pink. HEX triplet: E0, 1D and A6. RGB value is (224,29,166). Sum of RGB (Red+Green+Blue) = 224+29+166=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01DA6 is #1FE259. Grayscale: #666666. Windows color (decimal): -2089562 or 10886624. OLE color: 10886624.
HSL color Cylindrical-coordinate representation of color #E01DA6: hue angle of 317.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01DA6 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 166 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.12 |
| HSL | 317.85º | 0.77% | 0.5% | - |
| HSV(B) | 317.85º | 0.87% | 0.88% | - |
| XYZ | 38.06 | 19.48 | 37.83 | - |
| YUV | 102.92 | 163.6 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 166 | 0 | 0.87 | 0.26 | 0.12 | 317.85 | 0.77 | 0.5 |
| Hex | E0 | 1D | A6 | 0 | 57 | 1A | C | 13E | 4D | 32 |
| Octal | 340 | 35 | 246 | 0 | 127 | 32 | 14 | 476 | 115 | 62 |
| Binary | 11100000 | 11101 | 10100110 | 0 | 1010111 | 11010 | 1100 | 100111110 | 1001101 | 110010 |
Color Harmonies of #E01DA6
Complementary color
Monochromatic Colors of #E01DA6
Black with #E01DA6
Text Example
Text Example
White with #E01DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DA6; }
p { color: rgb(224,29,166); }
H1.HeaderClassName
{
color: #E01DA6;
}
.AnyTagClassName
{
color: #E01DA6;
}
</style>
background-color css
<style>
a { background-color: #E01DA6; }
a { background-color: rgb(224,29,166); }
div.DivClassName
{
background-color: #E01DA6;
}
.BgClassName
{
background-color: #E01DA6;
}
</style>
border-color css
<style>
span { border-color: #E01DA6; }
span { border-color: rgb(224,29,166); }
td.TdClassName
{
border-color: #E01DA6;
}
.TagClassName
{
border-color: #E01DA6;
}
</style>