Shades of Spicy Pink #E024B0
Tints of Spicy Pink #E024B0
RGB
CMYK
RGB Variations
Color information
#E024B0 (or 0xE024B0) is known color: Spicy Pink. HEX triplet: E0, 24 and B0. RGB value is (224,36,176). Sum of RGB (Red+Green+Blue) = 224+36+176=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E024B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E024B0 is #1FDB4F. Grayscale: #6B6B6B. Windows color (decimal): -2087760 or 11543776. OLE color: 11543776.
HSL color Cylindrical-coordinate representation of color #E024B0: hue angle of 315.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024B0 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 176 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.12 |
| HSL | 315.32º | 0.75% | 0.51% | - |
| HSV(B) | 315.32º | 0.84% | 0.88% | - |
| XYZ | 39.21 | 20.24 | 42.92 | - |
| YUV | 108.17 | 166.28 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 176 | 0 | 0.84 | 0.21 | 0.12 | 315.32 | 0.75 | 0.51 |
| Hex | E0 | 24 | B0 | 0 | 54 | 15 | C | 13B | 4B | 33 |
| Octal | 340 | 44 | 260 | 0 | 124 | 25 | 14 | 473 | 113 | 63 |
| Binary | 11100000 | 100100 | 10110000 | 0 | 1010100 | 10101 | 1100 | 100111011 | 1001011 | 110011 |
Color Harmonies of #E024B0
Complementary color
Monochromatic Colors of #E024B0
Black with #E024B0
Text Example
Text Example
White with #E024B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024B0; }
p { color: rgb(224,36,176); }
H1.HeaderClassName
{
color: #E024B0;
}
.AnyTagClassName
{
color: #E024B0;
}
</style>
background-color css
<style>
a { background-color: #E024B0; }
a { background-color: rgb(224,36,176); }
div.DivClassName
{
background-color: #E024B0;
}
.BgClassName
{
background-color: #E024B0;
}
</style>
border-color css
<style>
span { border-color: #E024B0; }
span { border-color: rgb(224,36,176); }
td.TdClassName
{
border-color: #E024B0;
}
.TagClassName
{
border-color: #E024B0;
}
</style>