Shades of Spicy Pink #E52AB1
Tints of Spicy Pink #E52AB1
RGB
CMYK
RGB Variations
Color information
#E52AB1 (or 0xE52AB1) is known color: Spicy Pink. HEX triplet: E5, 2A and B1. RGB value is (229,42,177). Sum of RGB (Red+Green+Blue) = 229+42+177=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52AB1 is #1AD54E. Grayscale: #707070. Windows color (decimal): -1758543 or 11610853. OLE color: 11610853.
HSL color Cylindrical-coordinate representation of color #E52AB1: hue angle of 316.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52AB1 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 177 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.10 |
| HSL | 316.68º | 0.78% | 0.53% | - |
| HSV(B) | 316.68º | 0.82% | 0.9% | - |
| XYZ | 41.08 | 21.49 | 43.58 | - |
| YUV | 113.3 | 163.95 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 177 | 0 | 0.82 | 0.23 | 0.10 | 316.68 | 0.78 | 0.53 |
| Hex | E5 | 2A | B1 | 0 | 52 | 17 | A | 13D | 4E | 35 |
| Octal | 345 | 52 | 261 | 0 | 122 | 27 | 12 | 475 | 116 | 65 |
| Binary | 11100101 | 101010 | 10110001 | 0 | 1010010 | 10111 | 1010 | 100111101 | 1001110 | 110101 |
Color Harmonies of #E52AB1
Complementary color
Monochromatic Colors of #E52AB1
Black with #E52AB1
Text Example
Text Example
White with #E52AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52AB1; }
p { color: rgb(229,42,177); }
H1.HeaderClassName
{
color: #E52AB1;
}
.AnyTagClassName
{
color: #E52AB1;
}
</style>
background-color css
<style>
a { background-color: #E52AB1; }
a { background-color: rgb(229,42,177); }
div.DivClassName
{
background-color: #E52AB1;
}
.BgClassName
{
background-color: #E52AB1;
}
</style>
border-color css
<style>
span { border-color: #E52AB1; }
span { border-color: rgb(229,42,177); }
td.TdClassName
{
border-color: #E52AB1;
}
.TagClassName
{
border-color: #E52AB1;
}
</style>