Shades of Spicy Pink #E52BB4
Tints of Spicy Pink #E52BB4
RGB
CMYK
RGB Variations
Color information
#E52BB4 (or 0xE52BB4) is known color: Spicy Pink. HEX triplet: E5, 2B and B4. RGB value is (229,43,180). Sum of RGB (Red+Green+Blue) = 229+43+180=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BB4 is #1AD44B. Grayscale: #717171. Windows color (decimal): -1758284 or 11807717. OLE color: 11807717.
HSL color Cylindrical-coordinate representation of color #E52BB4: hue angle of 315.81º 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 #E52BB4 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 180 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.10 |
| HSL | 315.81º | 0.78% | 0.53% | - |
| HSV(B) | 315.81º | 0.81% | 0.9% | - |
| XYZ | 41.42 | 21.68 | 45.18 | - |
| YUV | 114.23 | 165.12 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 180 | 0 | 0.81 | 0.21 | 0.10 | 315.81 | 0.78 | 0.53 |
| Hex | E5 | 2B | B4 | 0 | 51 | 15 | A | 13C | 4E | 35 |
| Octal | 345 | 53 | 264 | 0 | 121 | 25 | 12 | 474 | 116 | 65 |
| Binary | 11100101 | 101011 | 10110100 | 0 | 1010001 | 10101 | 1010 | 100111100 | 1001110 | 110101 |
Color Harmonies of #E52BB4
Complementary color
Monochromatic Colors of #E52BB4
Black with #E52BB4
Text Example
Text Example
White with #E52BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BB4; }
p { color: rgb(229,43,180); }
H1.HeaderClassName
{
color: #E52BB4;
}
.AnyTagClassName
{
color: #E52BB4;
}
</style>
background-color css
<style>
a { background-color: #E52BB4; }
a { background-color: rgb(229,43,180); }
div.DivClassName
{
background-color: #E52BB4;
}
.BgClassName
{
background-color: #E52BB4;
}
</style>
border-color css
<style>
span { border-color: #E52BB4; }
span { border-color: rgb(229,43,180); }
td.TdClassName
{
border-color: #E52BB4;
}
.TagClassName
{
border-color: #E52BB4;
}
</style>