Shades of Spicy Pink #E424AD
Tints of Spicy Pink #E424AD
RGB
CMYK
RGB Variations
Color information
#E424AD (or 0xE424AD) is known color: Spicy Pink. HEX triplet: E4, 24 and AD. RGB value is (228,36,173). Sum of RGB (Red+Green+Blue) = 228+36+173=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E424AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E424AD is #1BDB52. Grayscale: #6C6C6C. Windows color (decimal): -1825619 or 11347172. OLE color: 11347172.
HSL color Cylindrical-coordinate representation of color #E424AD: hue angle of 317.19º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E424AD is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 173 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.11 |
| HSL | 317.19º | 0.78% | 0.52% | - |
| HSV(B) | 317.19º | 0.84% | 0.89% | - |
| XYZ | 40.17 | 20.77 | 41.43 | - |
| YUV | 109.03 | 164.11 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 173 | 0 | 0.84 | 0.24 | 0.11 | 317.19 | 0.78 | 0.52 |
| Hex | E4 | 24 | AD | 0 | 54 | 18 | B | 13D | 4E | 34 |
| Octal | 344 | 44 | 255 | 0 | 124 | 30 | 13 | 475 | 116 | 64 |
| Binary | 11100100 | 100100 | 10101101 | 0 | 1010100 | 11000 | 1011 | 100111101 | 1001110 | 110100 |
Color Harmonies of #E424AD
Complementary color
Monochromatic Colors of #E424AD
Black with #E424AD
Text Example
Text Example
White with #E424AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424AD; }
p { color: rgb(228,36,173); }
H1.HeaderClassName
{
color: #E424AD;
}
.AnyTagClassName
{
color: #E424AD;
}
</style>
background-color css
<style>
a { background-color: #E424AD; }
a { background-color: rgb(228,36,173); }
div.DivClassName
{
background-color: #E424AD;
}
.BgClassName
{
background-color: #E424AD;
}
</style>
border-color css
<style>
span { border-color: #E424AD; }
span { border-color: rgb(228,36,173); }
td.TdClassName
{
border-color: #E424AD;
}
.TagClassName
{
border-color: #E424AD;
}
</style>