Shades of Spicy Pink #E524AF
Tints of Spicy Pink #E524AF
RGB
CMYK
RGB Variations
Color information
#E524AF (or 0xE524AF) is known color: Spicy Pink. HEX triplet: E5, 24 and AF. RGB value is (229,36,175). Sum of RGB (Red+Green+Blue) = 229+36+175=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E524AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E524AF is #1ADB50. Grayscale: #6D6D6D. Windows color (decimal): -1760081 or 11478245. OLE color: 11478245.
HSL color Cylindrical-coordinate representation of color #E524AF: hue angle of 316.79º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E524AF is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 175 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.10 |
| HSL | 316.79º | 0.79% | 0.52% | - |
| HSV(B) | 316.79º | 0.84% | 0.9% | - |
| XYZ | 40.68 | 21.01 | 42.47 | - |
| YUV | 109.55 | 164.94 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 175 | 0 | 0.84 | 0.24 | 0.10 | 316.79 | 0.79 | 0.52 |
| Hex | E5 | 24 | AF | 0 | 54 | 18 | A | 13D | 4F | 34 |
| Octal | 345 | 44 | 257 | 0 | 124 | 30 | 12 | 475 | 117 | 64 |
| Binary | 11100101 | 100100 | 10101111 | 0 | 1010100 | 11000 | 1010 | 100111101 | 1001111 | 110100 |
Color Harmonies of #E524AF
Complementary color
Monochromatic Colors of #E524AF
Black with #E524AF
Text Example
Text Example
White with #E524AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E524AF; }
p { color: rgb(229,36,175); }
H1.HeaderClassName
{
color: #E524AF;
}
.AnyTagClassName
{
color: #E524AF;
}
</style>
background-color css
<style>
a { background-color: #E524AF; }
a { background-color: rgb(229,36,175); }
div.DivClassName
{
background-color: #E524AF;
}
.BgClassName
{
background-color: #E524AF;
}
</style>
border-color css
<style>
span { border-color: #E524AF; }
span { border-color: rgb(229,36,175); }
td.TdClassName
{
border-color: #E524AF;
}
.TagClassName
{
border-color: #E524AF;
}
</style>