Shades of Spicy Pink #E52AB5
Tints of Spicy Pink #E52AB5
RGB
CMYK
RGB Variations
Color information
#E52AB5 (or 0xE52AB5) is known color: Spicy Pink. HEX triplet: E5, 2A and B5. RGB value is (229,42,181). Sum of RGB (Red+Green+Blue) = 229+42+181=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52AB5 is #1AD54A. Grayscale: #717171. Windows color (decimal): -1758539 or 11872997. OLE color: 11872997.
HSL color Cylindrical-coordinate representation of color #E52AB5: hue angle of 315.4º 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 #E52AB5 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 181 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.10 |
| HSL | 315.4º | 0.78% | 0.53% | - |
| HSV(B) | 315.4º | 0.82% | 0.9% | - |
| XYZ | 41.48 | 21.65 | 45.71 | - |
| YUV | 113.76 | 165.95 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 181 | 0 | 0.82 | 0.21 | 0.10 | 315.4 | 0.78 | 0.53 |
| Hex | E5 | 2A | B5 | 0 | 52 | 15 | A | 13B | 4E | 35 |
| Octal | 345 | 52 | 265 | 0 | 122 | 25 | 12 | 473 | 116 | 65 |
| Binary | 11100101 | 101010 | 10110101 | 0 | 1010010 | 10101 | 1010 | 100111011 | 1001110 | 110101 |
Color Harmonies of #E52AB5
Complementary color
Monochromatic Colors of #E52AB5
Black with #E52AB5
Text Example
Text Example
White with #E52AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52AB5; }
p { color: rgb(229,42,181); }
H1.HeaderClassName
{
color: #E52AB5;
}
.AnyTagClassName
{
color: #E52AB5;
}
</style>
background-color css
<style>
a { background-color: #E52AB5; }
a { background-color: rgb(229,42,181); }
div.DivClassName
{
background-color: #E52AB5;
}
.BgClassName
{
background-color: #E52AB5;
}
</style>
border-color css
<style>
span { border-color: #E52AB5; }
span { border-color: rgb(229,42,181); }
td.TdClassName
{
border-color: #E52AB5;
}
.TagClassName
{
border-color: #E52AB5;
}
</style>