Shades of Spicy Pink #E02AAF
Tints of Spicy Pink #E02AAF
RGB
CMYK
RGB Variations
Color information
#E02AAF (or 0xE02AAF) is known color: Spicy Pink. HEX triplet: E0, 2A and AF. RGB value is (224,42,175). Sum of RGB (Red+Green+Blue) = 224+42+175=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02AAF is #1FD550. Grayscale: #6F6F6F. Windows color (decimal): -2086225 or 11479776. OLE color: 11479776.
HSL color Cylindrical-coordinate representation of color #E02AAF: hue angle of 316.15º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02AAF is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 175 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.12 |
| HSL | 316.15º | 0.75% | 0.52% | - |
| HSV(B) | 316.15º | 0.81% | 0.88% | - |
| XYZ | 39.31 | 20.6 | 42.46 | - |
| YUV | 111.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 175 | 0 | 0.81 | 0.22 | 0.12 | 316.15 | 0.75 | 0.52 |
| Hex | E0 | 2A | AF | 0 | 51 | 16 | C | 13C | 4B | 34 |
| Octal | 340 | 52 | 257 | 0 | 121 | 26 | 14 | 474 | 113 | 64 |
| Binary | 11100000 | 101010 | 10101111 | 0 | 1010001 | 10110 | 1100 | 100111100 | 1001011 | 110100 |
Color Harmonies of #E02AAF
Complementary color
Monochromatic Colors of #E02AAF
Black with #E02AAF
Text Example
Text Example
White with #E02AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02AAF; }
p { color: rgb(224,42,175); }
H1.HeaderClassName
{
color: #E02AAF;
}
.AnyTagClassName
{
color: #E02AAF;
}
</style>
background-color css
<style>
a { background-color: #E02AAF; }
a { background-color: rgb(224,42,175); }
div.DivClassName
{
background-color: #E02AAF;
}
.BgClassName
{
background-color: #E02AAF;
}
</style>
border-color css
<style>
span { border-color: #E02AAF; }
span { border-color: rgb(224,42,175); }
td.TdClassName
{
border-color: #E02AAF;
}
.TagClassName
{
border-color: #E02AAF;
}
</style>