Shades of Spicy Pink #E525B5
Tints of Spicy Pink #E525B5
RGB
CMYK
RGB Variations
Color information
#E525B5 (or 0xE525B5) is known color: Spicy Pink. HEX triplet: E5, 25 and B5. RGB value is (229,37,181). Sum of RGB (Red+Green+Blue) = 229+37+181=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E525B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525B5 is #1ADA4A. Grayscale: #6E6E6E. Windows color (decimal): -1759819 or 11871717. OLE color: 11871717.
HSL color Cylindrical-coordinate representation of color #E525B5: hue angle of 315º 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 #E525B5 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 181 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.10 |
| HSL | 315º | 0.79% | 0.52% | - |
| HSV(B) | 315º | 0.84% | 0.9% | - |
| XYZ | 41.32 | 21.32 | 45.65 | - |
| YUV | 110.82 | 167.61 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 181 | 0 | 0.84 | 0.21 | 0.10 | 315 | 0.79 | 0.52 |
| Hex | E5 | 25 | B5 | 0 | 54 | 15 | A | 13B | 4F | 34 |
| Octal | 345 | 45 | 265 | 0 | 124 | 25 | 12 | 473 | 117 | 64 |
| Binary | 11100101 | 100101 | 10110101 | 0 | 1010100 | 10101 | 1010 | 100111011 | 1001111 | 110100 |
Color Harmonies of #E525B5
Complementary color
Monochromatic Colors of #E525B5
Black with #E525B5
Text Example
Text Example
White with #E525B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525B5; }
p { color: rgb(229,37,181); }
H1.HeaderClassName
{
color: #E525B5;
}
.AnyTagClassName
{
color: #E525B5;
}
</style>
background-color css
<style>
a { background-color: #E525B5; }
a { background-color: rgb(229,37,181); }
div.DivClassName
{
background-color: #E525B5;
}
.BgClassName
{
background-color: #E525B5;
}
</style>
border-color css
<style>
span { border-color: #E525B5; }
span { border-color: rgb(229,37,181); }
td.TdClassName
{
border-color: #E525B5;
}
.TagClassName
{
border-color: #E525B5;
}
</style>