Shades of Spicy Pink #E01AAA
Tints of Spicy Pink #E01AAA
RGB
CMYK
RGB Variations
Color information
#E01AAA (or 0xE01AAA) is known color: Spicy Pink. HEX triplet: E0, 1A and AA. RGB value is (224,26,170). Sum of RGB (Red+Green+Blue) = 224+26+170=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01AAA is #1FE555. Grayscale: #656565. Windows color (decimal): -2090326 or 11148000. OLE color: 11148000.
HSL color Cylindrical-coordinate representation of color #E01AAA: hue angle of 316.36º 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 #E01AAA is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 170 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.12 |
| HSL | 316.36º | 0.79% | 0.49% | - |
| HSV(B) | 316.36º | 0.88% | 0.88% | - |
| XYZ | 38.37 | 19.49 | 39.77 | - |
| YUV | 101.62 | 166.6 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 170 | 0 | 0.88 | 0.24 | 0.12 | 316.36 | 0.79 | 0.49 |
| Hex | E0 | 1A | AA | 0 | 58 | 18 | C | 13C | 4F | 31 |
| Octal | 340 | 32 | 252 | 0 | 130 | 30 | 14 | 474 | 117 | 61 |
| Binary | 11100000 | 11010 | 10101010 | 0 | 1011000 | 11000 | 1100 | 100111100 | 1001111 | 110001 |
Color Harmonies of #E01AAA
Complementary color
Monochromatic Colors of #E01AAA
Black with #E01AAA
Text Example
Text Example
White with #E01AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AAA; }
p { color: rgb(224,26,170); }
H1.HeaderClassName
{
color: #E01AAA;
}
.AnyTagClassName
{
color: #E01AAA;
}
</style>
background-color css
<style>
a { background-color: #E01AAA; }
a { background-color: rgb(224,26,170); }
div.DivClassName
{
background-color: #E01AAA;
}
.BgClassName
{
background-color: #E01AAA;
}
</style>
border-color css
<style>
span { border-color: #E01AAA; }
span { border-color: rgb(224,26,170); }
td.TdClassName
{
border-color: #E01AAA;
}
.TagClassName
{
border-color: #E01AAA;
}
</style>