Shades of Spicy Pink #E525AB
Tints of Spicy Pink #E525AB
RGB
CMYK
RGB Variations
Color information
#E525AB (or 0xE525AB) is known color: Spicy Pink. HEX triplet: E5, 25 and AB. RGB value is (229,37,171). Sum of RGB (Red+Green+Blue) = 229+37+171=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E525AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E525AB is #1ADA54. Grayscale: #6D6D6D. Windows color (decimal): -1759829 or 11216357. OLE color: 11216357.
HSL color Cylindrical-coordinate representation of color #E525AB: hue angle of 318.12º 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 #E525AB is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 171 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.10 |
| HSL | 318.13º | 0.79% | 0.52% | - |
| HSV(B) | 318.13º | 0.84% | 0.9% | - |
| XYZ | 40.33 | 20.92 | 40.44 | - |
| YUV | 109.68 | 162.61 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 171 | 0 | 0.84 | 0.25 | 0.10 | 318.13 | 0.79 | 0.52 |
| Hex | E5 | 25 | AB | 0 | 54 | 19 | A | 13E | 4F | 34 |
| Octal | 345 | 45 | 253 | 0 | 124 | 31 | 12 | 476 | 117 | 64 |
| Binary | 11100101 | 100101 | 10101011 | 0 | 1010100 | 11001 | 1010 | 100111110 | 1001111 | 110100 |
Color Harmonies of #E525AB
Complementary color
Monochromatic Colors of #E525AB
Black with #E525AB
Text Example
Text Example
White with #E525AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525AB; }
p { color: rgb(229,37,171); }
H1.HeaderClassName
{
color: #E525AB;
}
.AnyTagClassName
{
color: #E525AB;
}
</style>
background-color css
<style>
a { background-color: #E525AB; }
a { background-color: rgb(229,37,171); }
div.DivClassName
{
background-color: #E525AB;
}
.BgClassName
{
background-color: #E525AB;
}
</style>
border-color css
<style>
span { border-color: #E525AB; }
span { border-color: rgb(229,37,171); }
td.TdClassName
{
border-color: #E525AB;
}
.TagClassName
{
border-color: #E525AB;
}
</style>