Shades of Spicy Pink #E525B9
Tints of Spicy Pink #E525B9
RGB
CMYK
RGB Variations
Color information
#E525B9 (or 0xE525B9) is known color: Spicy Pink. HEX triplet: E5, 25 and B9. RGB value is (229,37,185). Sum of RGB (Red+Green+Blue) = 229+37+185=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E525B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525B9 is #1ADA46. Grayscale: #6E6E6E. Windows color (decimal): -1759815 or 12133861. OLE color: 12133861.
HSL color Cylindrical-coordinate representation of color #E525B9: hue angle of 313.75º 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 #E525B9 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 185 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.10 |
| HSL | 313.75º | 0.79% | 0.52% | - |
| HSV(B) | 313.75º | 0.84% | 0.9% | - |
| XYZ | 41.73 | 21.48 | 47.85 | - |
| YUV | 111.28 | 169.61 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 185 | 0 | 0.84 | 0.19 | 0.10 | 313.75 | 0.79 | 0.52 |
| Hex | E5 | 25 | B9 | 0 | 54 | 13 | A | 13A | 4F | 34 |
| Octal | 345 | 45 | 271 | 0 | 124 | 23 | 12 | 472 | 117 | 64 |
| Binary | 11100101 | 100101 | 10111001 | 0 | 1010100 | 10011 | 1010 | 100111010 | 1001111 | 110100 |
Color Harmonies of #E525B9
Complementary color
Monochromatic Colors of #E525B9
Black with #E525B9
Text Example
Text Example
White with #E525B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525B9; }
p { color: rgb(229,37,185); }
H1.HeaderClassName
{
color: #E525B9;
}
.AnyTagClassName
{
color: #E525B9;
}
</style>
background-color css
<style>
a { background-color: #E525B9; }
a { background-color: rgb(229,37,185); }
div.DivClassName
{
background-color: #E525B9;
}
.BgClassName
{
background-color: #E525B9;
}
</style>
border-color css
<style>
span { border-color: #E525B9; }
span { border-color: rgb(229,37,185); }
td.TdClassName
{
border-color: #E525B9;
}
.TagClassName
{
border-color: #E525B9;
}
</style>