Shades of Spicy Pink #E024AA
Tints of Spicy Pink #E024AA
RGB
CMYK
RGB Variations
Color information
#E024AA (or 0xE024AA) is known color: Spicy Pink. HEX triplet: E0, 24 and AA. RGB value is (224,36,170). Sum of RGB (Red+Green+Blue) = 224+36+170=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E024AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E024AA is #1FDB55. Grayscale: #6B6B6B. Windows color (decimal): -2087766 or 11150560. OLE color: 11150560.
HSL color Cylindrical-coordinate representation of color #E024AA: hue angle of 317.23º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024AA is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 170 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.12 |
| HSL | 317.23º | 0.75% | 0.51% | - |
| HSV(B) | 317.23º | 0.84% | 0.88% | - |
| XYZ | 38.63 | 20.01 | 39.86 | - |
| YUV | 107.49 | 163.28 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 170 | 0 | 0.84 | 0.24 | 0.12 | 317.23 | 0.75 | 0.51 |
| Hex | E0 | 24 | AA | 0 | 54 | 18 | C | 13D | 4B | 33 |
| Octal | 340 | 44 | 252 | 0 | 124 | 30 | 14 | 475 | 113 | 63 |
| Binary | 11100000 | 100100 | 10101010 | 0 | 1010100 | 11000 | 1100 | 100111101 | 1001011 | 110011 |
Color Harmonies of #E024AA
Complementary color
Monochromatic Colors of #E024AA
Black with #E024AA
Text Example
Text Example
White with #E024AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024AA; }
p { color: rgb(224,36,170); }
H1.HeaderClassName
{
color: #E024AA;
}
.AnyTagClassName
{
color: #E024AA;
}
</style>
background-color css
<style>
a { background-color: #E024AA; }
a { background-color: rgb(224,36,170); }
div.DivClassName
{
background-color: #E024AA;
}
.BgClassName
{
background-color: #E024AA;
}
</style>
border-color css
<style>
span { border-color: #E024AA; }
span { border-color: rgb(224,36,170); }
td.TdClassName
{
border-color: #E024AA;
}
.TagClassName
{
border-color: #E024AA;
}
</style>