Shades of Spicy Pink #E525AF
Tints of Spicy Pink #E525AF
RGB
CMYK
RGB Variations
Color information
#E525AF (or 0xE525AF) is known color: Spicy Pink. HEX triplet: E5, 25 and AF. RGB value is (229,37,175). Sum of RGB (Red+Green+Blue) = 229+37+175=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E525AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E525AF is #1ADA50. Grayscale: #6D6D6D. Windows color (decimal): -1759825 or 11478501. OLE color: 11478501.
HSL color Cylindrical-coordinate representation of color #E525AF: hue angle of 316.88º 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 #E525AF is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 175 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.10 |
| HSL | 316.88º | 0.79% | 0.52% | - |
| HSV(B) | 316.88º | 0.84% | 0.9% | - |
| XYZ | 40.71 | 21.08 | 42.48 | - |
| YUV | 110.14 | 164.61 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 175 | 0 | 0.84 | 0.24 | 0.10 | 316.88 | 0.79 | 0.52 |
| Hex | E5 | 25 | AF | 0 | 54 | 18 | A | 13D | 4F | 34 |
| Octal | 345 | 45 | 257 | 0 | 124 | 30 | 12 | 475 | 117 | 64 |
| Binary | 11100101 | 100101 | 10101111 | 0 | 1010100 | 11000 | 1010 | 100111101 | 1001111 | 110100 |
Color Harmonies of #E525AF
Complementary color
Monochromatic Colors of #E525AF
Black with #E525AF
Text Example
Text Example
White with #E525AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525AF; }
p { color: rgb(229,37,175); }
H1.HeaderClassName
{
color: #E525AF;
}
.AnyTagClassName
{
color: #E525AF;
}
</style>
background-color css
<style>
a { background-color: #E525AF; }
a { background-color: rgb(229,37,175); }
div.DivClassName
{
background-color: #E525AF;
}
.BgClassName
{
background-color: #E525AF;
}
</style>
border-color css
<style>
span { border-color: #E525AF; }
span { border-color: rgb(229,37,175); }
td.TdClassName
{
border-color: #E525AF;
}
.TagClassName
{
border-color: #E525AF;
}
</style>