Shades of Spicy Pink #E72AAE
Tints of Spicy Pink #E72AAE
RGB
CMYK
RGB Variations
Color information
#E72AAE (or 0xE72AAE) is known color: Spicy Pink. HEX triplet: E7, 2A and AE. RGB value is (231,42,174). Sum of RGB (Red+Green+Blue) = 231+42+174=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E72AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72AAE is #18D551. Grayscale: #717171. Windows color (decimal): -1627474 or 11414247. OLE color: 11414247.
HSL color Cylindrical-coordinate representation of color #E72AAE: hue angle of 318.1º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72AAE is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 174 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.09 |
| HSL | 318.1º | 0.8% | 0.54% | - |
| HSV(B) | 318.1º | 0.82% | 0.91% | - |
| XYZ | 41.42 | 21.7 | 42.05 | - |
| YUV | 113.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 174 | 0 | 0.82 | 0.25 | 0.09 | 318.1 | 0.8 | 0.54 |
| Hex | E7 | 2A | AE | 0 | 52 | 19 | 9 | 13E | 50 | 36 |
| Octal | 347 | 52 | 256 | 0 | 122 | 31 | 11 | 476 | 120 | 66 |
| Binary | 11100111 | 101010 | 10101110 | 0 | 1010010 | 11001 | 1001 | 100111110 | 1010000 | 110110 |
Color Harmonies of #E72AAE
Complementary color
Monochromatic Colors of #E72AAE
Black with #E72AAE
Text Example
Text Example
White with #E72AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72AAE; }
p { color: rgb(231,42,174); }
H1.HeaderClassName
{
color: #E72AAE;
}
.AnyTagClassName
{
color: #E72AAE;
}
</style>
background-color css
<style>
a { background-color: #E72AAE; }
a { background-color: rgb(231,42,174); }
div.DivClassName
{
background-color: #E72AAE;
}
.BgClassName
{
background-color: #E72AAE;
}
</style>
border-color css
<style>
span { border-color: #E72AAE; }
span { border-color: rgb(231,42,174); }
td.TdClassName
{
border-color: #E72AAE;
}
.TagClassName
{
border-color: #E72AAE;
}
</style>