Shades of Spicy Pink #E429AD
Tints of Spicy Pink #E429AD
RGB
CMYK
RGB Variations
Color information
#E429AD (or 0xE429AD) is known color: Spicy Pink. HEX triplet: E4, 29 and AD. RGB value is (228,41,173). Sum of RGB (Red+Green+Blue) = 228+41+173=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E429AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E429AD is #1BD652. Grayscale: #6F6F6F. Windows color (decimal): -1824339 or 11348452. OLE color: 11348452.
HSL color Cylindrical-coordinate representation of color #E429AD: hue angle of 317.65º degrees, saturation: 0.78, 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 #E429AD is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 173 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.11 |
| HSL | 317.65º | 0.78% | 0.53% | - |
| HSV(B) | 317.65º | 0.82% | 0.89% | - |
| XYZ | 40.33 | 21.1 | 41.48 | - |
| YUV | 111.96 | 162.45 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 173 | 0 | 0.82 | 0.24 | 0.11 | 317.65 | 0.78 | 0.53 |
| Hex | E4 | 29 | AD | 0 | 52 | 18 | B | 13E | 4E | 35 |
| Octal | 344 | 51 | 255 | 0 | 122 | 30 | 13 | 476 | 116 | 65 |
| Binary | 11100100 | 101001 | 10101101 | 0 | 1010010 | 11000 | 1011 | 100111110 | 1001110 | 110101 |
Color Harmonies of #E429AD
Complementary color
Monochromatic Colors of #E429AD
Black with #E429AD
Text Example
Text Example
White with #E429AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429AD; }
p { color: rgb(228,41,173); }
H1.HeaderClassName
{
color: #E429AD;
}
.AnyTagClassName
{
color: #E429AD;
}
</style>
background-color css
<style>
a { background-color: #E429AD; }
a { background-color: rgb(228,41,173); }
div.DivClassName
{
background-color: #E429AD;
}
.BgClassName
{
background-color: #E429AD;
}
</style>
border-color css
<style>
span { border-color: #E429AD; }
span { border-color: rgb(228,41,173); }
td.TdClassName
{
border-color: #E429AD;
}
.TagClassName
{
border-color: #E429AD;
}
</style>