Shades of Spicy Pink #E52BB7
Tints of Spicy Pink #E52BB7
RGB
CMYK
RGB Variations
Color information
#E52BB7 (or 0xE52BB7) is known color: Spicy Pink. HEX triplet: E5, 2B and B7. RGB value is (229,43,183). Sum of RGB (Red+Green+Blue) = 229+43+183=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BB7 is #1AD448. Grayscale: #727272. Windows color (decimal): -1758281 or 12004325. OLE color: 12004325.
HSL color Cylindrical-coordinate representation of color #E52BB7: hue angle of 314.84º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52BB7 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 183 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.10 |
| HSL | 314.84º | 0.78% | 0.53% | - |
| HSV(B) | 314.84º | 0.81% | 0.9% | - |
| XYZ | 41.72 | 21.8 | 46.81 | - |
| YUV | 114.57 | 166.62 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 183 | 0 | 0.81 | 0.20 | 0.10 | 314.84 | 0.78 | 0.53 |
| Hex | E5 | 2B | B7 | 0 | 51 | 14 | A | 13B | 4E | 35 |
| Octal | 345 | 53 | 267 | 0 | 121 | 24 | 12 | 473 | 116 | 65 |
| Binary | 11100101 | 101011 | 10110111 | 0 | 1010001 | 10100 | 1010 | 100111011 | 1001110 | 110101 |
Color Harmonies of #E52BB7
Complementary color
Monochromatic Colors of #E52BB7
Black with #E52BB7
Text Example
Text Example
White with #E52BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BB7; }
p { color: rgb(229,43,183); }
H1.HeaderClassName
{
color: #E52BB7;
}
.AnyTagClassName
{
color: #E52BB7;
}
</style>
background-color css
<style>
a { background-color: #E52BB7; }
a { background-color: rgb(229,43,183); }
div.DivClassName
{
background-color: #E52BB7;
}
.BgClassName
{
background-color: #E52BB7;
}
</style>
border-color css
<style>
span { border-color: #E52BB7; }
span { border-color: rgb(229,43,183); }
td.TdClassName
{
border-color: #E52BB7;
}
.TagClassName
{
border-color: #E52BB7;
}
</style>