Shades of Spicy Pink #E524B7
Tints of Spicy Pink #E524B7
RGB
CMYK
RGB Variations
Color information
#E524B7 (or 0xE524B7) is known color: Spicy Pink. HEX triplet: E5, 24 and B7. RGB value is (229,36,183). Sum of RGB (Red+Green+Blue) = 229+36+183=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E524B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524B7 is #1ADB48. Grayscale: #6E6E6E. Windows color (decimal): -1760073 or 12002533. OLE color: 12002533.
HSL color Cylindrical-coordinate representation of color #E524B7: hue angle of 314.3º 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 #E524B7 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 183 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.10 |
| HSL | 314.3º | 0.79% | 0.52% | - |
| HSV(B) | 314.3º | 0.84% | 0.9% | - |
| XYZ | 41.49 | 21.34 | 46.73 | - |
| YUV | 110.47 | 168.94 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 183 | 0 | 0.84 | 0.20 | 0.10 | 314.3 | 0.79 | 0.52 |
| Hex | E5 | 24 | B7 | 0 | 54 | 14 | A | 13A | 4F | 34 |
| Octal | 345 | 44 | 267 | 0 | 124 | 24 | 12 | 472 | 117 | 64 |
| Binary | 11100101 | 100100 | 10110111 | 0 | 1010100 | 10100 | 1010 | 100111010 | 1001111 | 110100 |
Color Harmonies of #E524B7
Complementary color
Monochromatic Colors of #E524B7
Black with #E524B7
Text Example
Text Example
White with #E524B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E524B7; }
p { color: rgb(229,36,183); }
H1.HeaderClassName
{
color: #E524B7;
}
.AnyTagClassName
{
color: #E524B7;
}
</style>
background-color css
<style>
a { background-color: #E524B7; }
a { background-color: rgb(229,36,183); }
div.DivClassName
{
background-color: #E524B7;
}
.BgClassName
{
background-color: #E524B7;
}
</style>
border-color css
<style>
span { border-color: #E524B7; }
span { border-color: rgb(229,36,183); }
td.TdClassName
{
border-color: #E524B7;
}
.TagClassName
{
border-color: #E524B7;
}
</style>