Shades of Spicy Pink #E52FB4
Tints of Spicy Pink #E52FB4
RGB
CMYK
RGB Variations
Color information
#E52FB4 (or 0xE52FB4) is known color: Spicy Pink. HEX triplet: E5, 2F and B4. RGB value is (229,47,180). Sum of RGB (Red+Green+Blue) = 229+47+180=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FB4 is #1AD04B. Grayscale: #747474. Windows color (decimal): -1757260 or 11808741. OLE color: 11808741.
HSL color Cylindrical-coordinate representation of color #E52FB4: hue angle of 316.15º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E52FB4 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 180 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.10 |
| HSL | 316.15º | 0.78% | 0.54% | - |
| HSV(B) | 316.15º | 0.79% | 0.9% | - |
| XYZ | 41.57 | 21.99 | 45.23 | - |
| YUV | 116.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 180 | 0 | 0.79 | 0.21 | 0.10 | 316.15 | 0.78 | 0.54 |
| Hex | E5 | 2F | B4 | 0 | 4F | 15 | A | 13C | 4E | 36 |
| Octal | 345 | 57 | 264 | 0 | 117 | 25 | 12 | 474 | 116 | 66 |
| Binary | 11100101 | 101111 | 10110100 | 0 | 1001111 | 10101 | 1010 | 100111100 | 1001110 | 110110 |
Color Harmonies of #E52FB4
Complementary color
Monochromatic Colors of #E52FB4
Black with #E52FB4
Text Example
Text Example
White with #E52FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FB4; }
p { color: rgb(229,47,180); }
H1.HeaderClassName
{
color: #E52FB4;
}
.AnyTagClassName
{
color: #E52FB4;
}
</style>
background-color css
<style>
a { background-color: #E52FB4; }
a { background-color: rgb(229,47,180); }
div.DivClassName
{
background-color: #E52FB4;
}
.BgClassName
{
background-color: #E52FB4;
}
</style>
border-color css
<style>
span { border-color: #E52FB4; }
span { border-color: rgb(229,47,180); }
td.TdClassName
{
border-color: #E52FB4;
}
.TagClassName
{
border-color: #E52FB4;
}
</style>