Shades of Spicy Pink #E424AF
Tints of Spicy Pink #E424AF
RGB
CMYK
RGB Variations
Color information
#E424AF (or 0xE424AF) is known color: Spicy Pink. HEX triplet: E4, 24 and AF. RGB value is (228,36,175). Sum of RGB (Red+Green+Blue) = 228+36+175=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E424AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E424AF is #1BDB50. Grayscale: #6C6C6C. Windows color (decimal): -1825617 or 11478244. OLE color: 11478244.
HSL color Cylindrical-coordinate representation of color #E424AF: hue angle of 316.56º 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 #E424AF is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 175 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.11 |
| HSL | 316.56º | 0.78% | 0.52% | - |
| HSV(B) | 316.56º | 0.84% | 0.89% | - |
| XYZ | 40.36 | 20.85 | 42.45 | - |
| YUV | 109.25 | 165.11 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 175 | 0 | 0.84 | 0.23 | 0.11 | 316.56 | 0.78 | 0.52 |
| Hex | E4 | 24 | AF | 0 | 54 | 17 | B | 13D | 4E | 34 |
| Octal | 344 | 44 | 257 | 0 | 124 | 27 | 13 | 475 | 116 | 64 |
| Binary | 11100100 | 100100 | 10101111 | 0 | 1010100 | 10111 | 1011 | 100111101 | 1001110 | 110100 |
Color Harmonies of #E424AF
Complementary color
Monochromatic Colors of #E424AF
Black with #E424AF
Text Example
Text Example
White with #E424AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424AF; }
p { color: rgb(228,36,175); }
H1.HeaderClassName
{
color: #E424AF;
}
.AnyTagClassName
{
color: #E424AF;
}
</style>
background-color css
<style>
a { background-color: #E424AF; }
a { background-color: rgb(228,36,175); }
div.DivClassName
{
background-color: #E424AF;
}
.BgClassName
{
background-color: #E424AF;
}
</style>
border-color css
<style>
span { border-color: #E424AF; }
span { border-color: rgb(228,36,175); }
td.TdClassName
{
border-color: #E424AF;
}
.TagClassName
{
border-color: #E424AF;
}
</style>