Shades of Spicy Pink #E01DAB
Tints of Spicy Pink #E01DAB
RGB
CMYK
RGB Variations
Color information
#E01DAB (or 0xE01DAB) is known color: Spicy Pink. HEX triplet: E0, 1D and AB. RGB value is (224,29,171). Sum of RGB (Red+Green+Blue) = 224+29+171=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01DAB is #1FE254. Grayscale: #676767. Windows color (decimal): -2089557 or 11214304. OLE color: 11214304.
HSL color Cylindrical-coordinate representation of color #E01DAB: hue angle of 316.31º 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 #E01DAB is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 171 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.12 |
| HSL | 316.31º | 0.77% | 0.5% | - |
| HSV(B) | 316.31º | 0.87% | 0.88% | - |
| XYZ | 38.53 | 19.67 | 40.29 | - |
| YUV | 103.49 | 166.1 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 171 | 0 | 0.87 | 0.24 | 0.12 | 316.31 | 0.77 | 0.5 |
| Hex | E0 | 1D | AB | 0 | 57 | 18 | C | 13C | 4D | 32 |
| Octal | 340 | 35 | 253 | 0 | 127 | 30 | 14 | 474 | 115 | 62 |
| Binary | 11100000 | 11101 | 10101011 | 0 | 1010111 | 11000 | 1100 | 100111100 | 1001101 | 110010 |
Color Harmonies of #E01DAB
Complementary color
Monochromatic Colors of #E01DAB
Black with #E01DAB
Text Example
Text Example
White with #E01DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DAB; }
p { color: rgb(224,29,171); }
H1.HeaderClassName
{
color: #E01DAB;
}
.AnyTagClassName
{
color: #E01DAB;
}
</style>
background-color css
<style>
a { background-color: #E01DAB; }
a { background-color: rgb(224,29,171); }
div.DivClassName
{
background-color: #E01DAB;
}
.BgClassName
{
background-color: #E01DAB;
}
</style>
border-color css
<style>
span { border-color: #E01DAB; }
span { border-color: rgb(224,29,171); }
td.TdClassName
{
border-color: #E01DAB;
}
.TagClassName
{
border-color: #E01DAB;
}
</style>