Shades of Spicy Pink #E01DAF
Tints of Spicy Pink #E01DAF
RGB
CMYK
RGB Variations
Color information
#E01DAF (or 0xE01DAF) is known color: Spicy Pink. HEX triplet: E0, 1D and AF. RGB value is (224,29,175). Sum of RGB (Red+Green+Blue) = 224+29+175=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01DAF is #1FE250. Grayscale: #676767. Windows color (decimal): -2089553 or 11476448. OLE color: 11476448.
HSL color Cylindrical-coordinate representation of color #E01DAF: hue angle of 315.08º 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 #E01DAF is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 175 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.12 |
| HSL | 315.08º | 0.77% | 0.5% | - |
| HSV(B) | 315.08º | 0.87% | 0.88% | - |
| XYZ | 38.92 | 19.82 | 42.33 | - |
| YUV | 103.95 | 168.1 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 175 | 0 | 0.87 | 0.22 | 0.12 | 315.08 | 0.77 | 0.5 |
| Hex | E0 | 1D | AF | 0 | 57 | 16 | C | 13B | 4D | 32 |
| Octal | 340 | 35 | 257 | 0 | 127 | 26 | 14 | 473 | 115 | 62 |
| Binary | 11100000 | 11101 | 10101111 | 0 | 1010111 | 10110 | 1100 | 100111011 | 1001101 | 110010 |
Color Harmonies of #E01DAF
Complementary color
Monochromatic Colors of #E01DAF
Black with #E01DAF
Text Example
Text Example
White with #E01DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DAF; }
p { color: rgb(224,29,175); }
H1.HeaderClassName
{
color: #E01DAF;
}
.AnyTagClassName
{
color: #E01DAF;
}
</style>
background-color css
<style>
a { background-color: #E01DAF; }
a { background-color: rgb(224,29,175); }
div.DivClassName
{
background-color: #E01DAF;
}
.BgClassName
{
background-color: #E01DAF;
}
</style>
border-color css
<style>
span { border-color: #E01DAF; }
span { border-color: rgb(224,29,175); }
td.TdClassName
{
border-color: #E01DAF;
}
.TagClassName
{
border-color: #E01DAF;
}
</style>