Shades of Spicy Pink #E01AAF
Tints of Spicy Pink #E01AAF
RGB
CMYK
RGB Variations
Color information
#E01AAF (or 0xE01AAF) is known color: Spicy Pink. HEX triplet: E0, 1A and AF. RGB value is (224,26,175). Sum of RGB (Red+Green+Blue) = 224+26+175=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01AAF is #1FE550. Grayscale: #656565. Windows color (decimal): -2090321 or 11475680. OLE color: 11475680.
HSL color Cylindrical-coordinate representation of color #E01AAF: hue angle of 314.85º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01AAF is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 175 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.12 |
| HSL | 314.85º | 0.79% | 0.49% | - |
| HSV(B) | 314.85º | 0.88% | 0.88% | - |
| XYZ | 38.85 | 19.68 | 42.31 | - |
| YUV | 102.19 | 169.1 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 175 | 0 | 0.88 | 0.22 | 0.12 | 314.85 | 0.79 | 0.49 |
| Hex | E0 | 1A | AF | 0 | 58 | 16 | C | 13B | 4F | 31 |
| Octal | 340 | 32 | 257 | 0 | 130 | 26 | 14 | 473 | 117 | 61 |
| Binary | 11100000 | 11010 | 10101111 | 0 | 1011000 | 10110 | 1100 | 100111011 | 1001111 | 110001 |
Color Harmonies of #E01AAF
Complementary color
Monochromatic Colors of #E01AAF
Black with #E01AAF
Text Example
Text Example
White with #E01AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AAF; }
p { color: rgb(224,26,175); }
H1.HeaderClassName
{
color: #E01AAF;
}
.AnyTagClassName
{
color: #E01AAF;
}
</style>
background-color css
<style>
a { background-color: #E01AAF; }
a { background-color: rgb(224,26,175); }
div.DivClassName
{
background-color: #E01AAF;
}
.BgClassName
{
background-color: #E01AAF;
}
</style>
border-color css
<style>
span { border-color: #E01AAF; }
span { border-color: rgb(224,26,175); }
td.TdClassName
{
border-color: #E01AAF;
}
.TagClassName
{
border-color: #E01AAF;
}
</style>