Shades of Spicy Pink #E42AAE
Tints of Spicy Pink #E42AAE
RGB
CMYK
RGB Variations
Color information
#E42AAE (or 0xE42AAE) is known color: Spicy Pink. HEX triplet: E4, 2A and AE. RGB value is (228,42,174). Sum of RGB (Red+Green+Blue) = 228+42+174=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E42AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42AAE is #1BD551. Grayscale: #707070. Windows color (decimal): -1824082 or 11414244. OLE color: 11414244.
HSL color Cylindrical-coordinate representation of color #E42AAE: hue angle of 317.42º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42AAE is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 174 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.11 |
| HSL | 317.42º | 0.78% | 0.53% | - |
| HSV(B) | 317.42º | 0.82% | 0.89% | - |
| XYZ | 40.46 | 21.21 | 42 | - |
| YUV | 112.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 174 | 0 | 0.82 | 0.24 | 0.11 | 317.42 | 0.78 | 0.53 |
| Hex | E4 | 2A | AE | 0 | 52 | 18 | B | 13D | 4E | 35 |
| Octal | 344 | 52 | 256 | 0 | 122 | 30 | 13 | 475 | 116 | 65 |
| Binary | 11100100 | 101010 | 10101110 | 0 | 1010010 | 11000 | 1011 | 100111101 | 1001110 | 110101 |
Color Harmonies of #E42AAE
Complementary color
Monochromatic Colors of #E42AAE
Black with #E42AAE
Text Example
Text Example
White with #E42AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42AAE; }
p { color: rgb(228,42,174); }
H1.HeaderClassName
{
color: #E42AAE;
}
.AnyTagClassName
{
color: #E42AAE;
}
</style>
background-color css
<style>
a { background-color: #E42AAE; }
a { background-color: rgb(228,42,174); }
div.DivClassName
{
background-color: #E42AAE;
}
.BgClassName
{
background-color: #E42AAE;
}
</style>
border-color css
<style>
span { border-color: #E42AAE; }
span { border-color: rgb(228,42,174); }
td.TdClassName
{
border-color: #E42AAE;
}
.TagClassName
{
border-color: #E42AAE;
}
</style>