Shades of Spicy Pink #E01DA3
Tints of Spicy Pink #E01DA3
RGB
CMYK
RGB Variations
Color information
#E01DA3 (or 0xE01DA3) is known color: Spicy Pink. HEX triplet: E0, 1D and A3. RGB value is (224,29,163). Sum of RGB (Red+Green+Blue) = 224+29+163=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01DA3 is #1FE25C. Grayscale: #666666. Windows color (decimal): -2089565 or 10690016. OLE color: 10690016.
HSL color Cylindrical-coordinate representation of color #E01DA3: hue angle of 318.77º 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 #E01DA3 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 163 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.12 |
| HSL | 318.77º | 0.77% | 0.5% | - |
| HSV(B) | 318.77º | 0.87% | 0.88% | - |
| XYZ | 37.79 | 19.37 | 36.4 | - |
| YUV | 102.58 | 162.1 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 163 | 0 | 0.87 | 0.27 | 0.12 | 318.77 | 0.77 | 0.5 |
| Hex | E0 | 1D | A3 | 0 | 57 | 1B | C | 13F | 4D | 32 |
| Octal | 340 | 35 | 243 | 0 | 127 | 33 | 14 | 477 | 115 | 62 |
| Binary | 11100000 | 11101 | 10100011 | 0 | 1010111 | 11011 | 1100 | 100111111 | 1001101 | 110010 |
Color Harmonies of #E01DA3
Complementary color
Monochromatic Colors of #E01DA3
Black with #E01DA3
Text Example
Text Example
White with #E01DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DA3; }
p { color: rgb(224,29,163); }
H1.HeaderClassName
{
color: #E01DA3;
}
.AnyTagClassName
{
color: #E01DA3;
}
</style>
background-color css
<style>
a { background-color: #E01DA3; }
a { background-color: rgb(224,29,163); }
div.DivClassName
{
background-color: #E01DA3;
}
.BgClassName
{
background-color: #E01DA3;
}
</style>
border-color css
<style>
span { border-color: #E01DA3; }
span { border-color: rgb(224,29,163); }
td.TdClassName
{
border-color: #E01DA3;
}
.TagClassName
{
border-color: #E01DA3;
}
</style>