Shades of Spicy Pink #E52CB0
Tints of Spicy Pink #E52CB0
RGB
CMYK
RGB Variations
Color information
#E52CB0 (or 0xE52CB0) is known color: Spicy Pink. HEX triplet: E5, 2C and B0. RGB value is (229,44,176). Sum of RGB (Red+Green+Blue) = 229+44+176=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52CB0 is #1AD34F. Grayscale: #727272. Windows color (decimal): -1758032 or 11545829. OLE color: 11545829.
HSL color Cylindrical-coordinate representation of color #E52CB0: hue angle of 317.19º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52CB0 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 176 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.10 |
| HSL | 317.19º | 0.78% | 0.54% | - |
| HSV(B) | 317.19º | 0.81% | 0.9% | - |
| XYZ | 41.05 | 21.59 | 43.08 | - |
| YUV | 114.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 176 | 0 | 0.81 | 0.23 | 0.10 | 317.19 | 0.78 | 0.54 |
| Hex | E5 | 2C | B0 | 0 | 51 | 17 | A | 13D | 4E | 36 |
| Octal | 345 | 54 | 260 | 0 | 121 | 27 | 12 | 475 | 116 | 66 |
| Binary | 11100101 | 101100 | 10110000 | 0 | 1010001 | 10111 | 1010 | 100111101 | 1001110 | 110110 |
Color Harmonies of #E52CB0
Complementary color
Monochromatic Colors of #E52CB0
Black with #E52CB0
Text Example
Text Example
White with #E52CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CB0; }
p { color: rgb(229,44,176); }
H1.HeaderClassName
{
color: #E52CB0;
}
.AnyTagClassName
{
color: #E52CB0;
}
</style>
background-color css
<style>
a { background-color: #E52CB0; }
a { background-color: rgb(229,44,176); }
div.DivClassName
{
background-color: #E52CB0;
}
.BgClassName
{
background-color: #E52CB0;
}
</style>
border-color css
<style>
span { border-color: #E52CB0; }
span { border-color: rgb(229,44,176); }
td.TdClassName
{
border-color: #E52CB0;
}
.TagClassName
{
border-color: #E52CB0;
}
</style>