Shades of Spicy Pink #E01FAA
Tints of Spicy Pink #E01FAA
RGB
CMYK
RGB Variations
Color information
#E01FAA (or 0xE01FAA) is known color: Spicy Pink. HEX triplet: E0, 1F and AA. RGB value is (224,31,170). Sum of RGB (Red+Green+Blue) = 224+31+170=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01FAA is #1FE055. Grayscale: #686868. Windows color (decimal): -2089046 or 11149280. OLE color: 11149280.
HSL color Cylindrical-coordinate representation of color #E01FAA: hue angle of 316.79º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01FAA is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 170 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.12 |
| HSL | 316.79º | 0.76% | 0.5% | - |
| HSV(B) | 316.79º | 0.86% | 0.88% | - |
| XYZ | 38.49 | 19.73 | 39.81 | - |
| YUV | 104.55 | 164.94 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 170 | 0 | 0.86 | 0.24 | 0.12 | 316.79 | 0.76 | 0.5 |
| Hex | E0 | 1F | AA | 0 | 56 | 18 | C | 13D | 4C | 32 |
| Octal | 340 | 37 | 252 | 0 | 126 | 30 | 14 | 475 | 114 | 62 |
| Binary | 11100000 | 11111 | 10101010 | 0 | 1010110 | 11000 | 1100 | 100111101 | 1001100 | 110010 |
Color Harmonies of #E01FAA
Complementary color
Monochromatic Colors of #E01FAA
Black with #E01FAA
Text Example
Text Example
White with #E01FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FAA; }
p { color: rgb(224,31,170); }
H1.HeaderClassName
{
color: #E01FAA;
}
.AnyTagClassName
{
color: #E01FAA;
}
</style>
background-color css
<style>
a { background-color: #E01FAA; }
a { background-color: rgb(224,31,170); }
div.DivClassName
{
background-color: #E01FAA;
}
.BgClassName
{
background-color: #E01FAA;
}
</style>
border-color css
<style>
span { border-color: #E01FAA; }
span { border-color: rgb(224,31,170); }
td.TdClassName
{
border-color: #E01FAA;
}
.TagClassName
{
border-color: #E01FAA;
}
</style>