Shades of Spicy Pink #E52AB7
Tints of Spicy Pink #E52AB7
RGB
CMYK
RGB Variations
Color information
#E52AB7 (or 0xE52AB7) is known color: Spicy Pink. HEX triplet: E5, 2A and B7. RGB value is (229,42,183). Sum of RGB (Red+Green+Blue) = 229+42+183=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52AB7 is #1AD548. Grayscale: #717171. Windows color (decimal): -1758537 or 12004069. OLE color: 12004069.
HSL color Cylindrical-coordinate representation of color #E52AB7: hue angle of 314.76º 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 #E52AB7 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 183 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.10 |
| HSL | 314.76º | 0.78% | 0.53% | - |
| HSV(B) | 314.76º | 0.82% | 0.9% | - |
| XYZ | 41.69 | 21.73 | 46.8 | - |
| YUV | 113.99 | 166.95 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 183 | 0 | 0.82 | 0.20 | 0.10 | 314.76 | 0.78 | 0.53 |
| Hex | E5 | 2A | B7 | 0 | 52 | 14 | A | 13B | 4E | 35 |
| Octal | 345 | 52 | 267 | 0 | 122 | 24 | 12 | 473 | 116 | 65 |
| Binary | 11100101 | 101010 | 10110111 | 0 | 1010010 | 10100 | 1010 | 100111011 | 1001110 | 110101 |
Color Harmonies of #E52AB7
Complementary color
Monochromatic Colors of #E52AB7
Black with #E52AB7
Text Example
Text Example
White with #E52AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52AB7; }
p { color: rgb(229,42,183); }
H1.HeaderClassName
{
color: #E52AB7;
}
.AnyTagClassName
{
color: #E52AB7;
}
</style>
background-color css
<style>
a { background-color: #E52AB7; }
a { background-color: rgb(229,42,183); }
div.DivClassName
{
background-color: #E52AB7;
}
.BgClassName
{
background-color: #E52AB7;
}
</style>
border-color css
<style>
span { border-color: #E52AB7; }
span { border-color: rgb(229,42,183); }
td.TdClassName
{
border-color: #E52AB7;
}
.TagClassName
{
border-color: #E52AB7;
}
</style>