Shades of Spicy Pink #E824AD
Tints of Spicy Pink #E824AD
RGB
CMYK
RGB Variations
Color information
#E824AD (or 0xE824AD) is known color: Spicy Pink. HEX triplet: E8, 24 and AD. RGB value is (232,36,173). Sum of RGB (Red+Green+Blue) = 232+36+173=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E824AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E824AD is #17DB52. Grayscale: #6D6D6D. Windows color (decimal): -1563475 or 11347176. OLE color: 11347176.
HSL color Cylindrical-coordinate representation of color #E824AD: hue angle of 318.06º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E824AD is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 173 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.09 |
| HSL | 318.06º | 0.81% | 0.53% | - |
| HSV(B) | 318.06º | 0.84% | 0.91% | - |
| XYZ | 41.45 | 21.43 | 41.49 | - |
| YUV | 110.22 | 163.43 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 173 | 0 | 0.84 | 0.25 | 0.09 | 318.06 | 0.81 | 0.53 |
| Hex | E8 | 24 | AD | 0 | 54 | 19 | 9 | 13E | 51 | 35 |
| Octal | 350 | 44 | 255 | 0 | 124 | 31 | 11 | 476 | 121 | 65 |
| Binary | 11101000 | 100100 | 10101101 | 0 | 1010100 | 11001 | 1001 | 100111110 | 1010001 | 110101 |
Color Harmonies of #E824AD
Complementary color
Monochromatic Colors of #E824AD
Black with #E824AD
Text Example
Text Example
White with #E824AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E824AD; }
p { color: rgb(232,36,173); }
H1.HeaderClassName
{
color: #E824AD;
}
.AnyTagClassName
{
color: #E824AD;
}
</style>
background-color css
<style>
a { background-color: #E824AD; }
a { background-color: rgb(232,36,173); }
div.DivClassName
{
background-color: #E824AD;
}
.BgClassName
{
background-color: #E824AD;
}
</style>
border-color css
<style>
span { border-color: #E824AD; }
span { border-color: rgb(232,36,173); }
td.TdClassName
{
border-color: #E824AD;
}
.TagClassName
{
border-color: #E824AD;
}
</style>