Shades of Spicy Pink #E01DAE
Tints of Spicy Pink #E01DAE
RGB
CMYK
RGB Variations
Color information
#E01DAE (or 0xE01DAE) is known color: Spicy Pink. HEX triplet: E0, 1D and AE. RGB value is (224,29,174). Sum of RGB (Red+Green+Blue) = 224+29+174=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01DAE is #1FE251. Grayscale: #676767. Windows color (decimal): -2089554 or 11410912. OLE color: 11410912.
HSL color Cylindrical-coordinate representation of color #E01DAE: hue angle of 315.38º 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 #E01DAE is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 174 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.12 |
| HSL | 315.38º | 0.77% | 0.5% | - |
| HSV(B) | 315.38º | 0.87% | 0.88% | - |
| XYZ | 38.82 | 19.78 | 41.82 | - |
| YUV | 103.84 | 167.6 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 174 | 0 | 0.87 | 0.22 | 0.12 | 315.38 | 0.77 | 0.5 |
| Hex | E0 | 1D | AE | 0 | 57 | 16 | C | 13B | 4D | 32 |
| Octal | 340 | 35 | 256 | 0 | 127 | 26 | 14 | 473 | 115 | 62 |
| Binary | 11100000 | 11101 | 10101110 | 0 | 1010111 | 10110 | 1100 | 100111011 | 1001101 | 110010 |
Color Harmonies of #E01DAE
Complementary color
Monochromatic Colors of #E01DAE
Black with #E01DAE
Text Example
Text Example
White with #E01DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DAE; }
p { color: rgb(224,29,174); }
H1.HeaderClassName
{
color: #E01DAE;
}
.AnyTagClassName
{
color: #E01DAE;
}
</style>
background-color css
<style>
a { background-color: #E01DAE; }
a { background-color: rgb(224,29,174); }
div.DivClassName
{
background-color: #E01DAE;
}
.BgClassName
{
background-color: #E01DAE;
}
</style>
border-color css
<style>
span { border-color: #E01DAE; }
span { border-color: rgb(224,29,174); }
td.TdClassName
{
border-color: #E01DAE;
}
.TagClassName
{
border-color: #E01DAE;
}
</style>