Shades of Spicy Pink #E52EB5
Tints of Spicy Pink #E52EB5
RGB
CMYK
RGB Variations
Color information
#E52EB5 (or 0xE52EB5) is known color: Spicy Pink. HEX triplet: E5, 2E and B5. RGB value is (229,46,181). Sum of RGB (Red+Green+Blue) = 229+46+181=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52EB5 is #1AD14A. Grayscale: #737373. Windows color (decimal): -1757515 or 11874021. OLE color: 11874021.
HSL color Cylindrical-coordinate representation of color #E52EB5: hue angle of 315.74º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52EB5 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 181 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.10 |
| HSL | 315.74º | 0.78% | 0.54% | - |
| HSV(B) | 315.74º | 0.8% | 0.9% | - |
| XYZ | 41.63 | 21.95 | 45.76 | - |
| YUV | 116.11 | 164.63 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 181 | 0 | 0.80 | 0.21 | 0.10 | 315.74 | 0.78 | 0.54 |
| Hex | E5 | 2E | B5 | 0 | 50 | 15 | A | 13C | 4E | 36 |
| Octal | 345 | 56 | 265 | 0 | 120 | 25 | 12 | 474 | 116 | 66 |
| Binary | 11100101 | 101110 | 10110101 | 0 | 1010000 | 10101 | 1010 | 100111100 | 1001110 | 110110 |
Color Harmonies of #E52EB5
Complementary color
Monochromatic Colors of #E52EB5
Black with #E52EB5
Text Example
Text Example
White with #E52EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52EB5; }
p { color: rgb(229,46,181); }
H1.HeaderClassName
{
color: #E52EB5;
}
.AnyTagClassName
{
color: #E52EB5;
}
</style>
background-color css
<style>
a { background-color: #E52EB5; }
a { background-color: rgb(229,46,181); }
div.DivClassName
{
background-color: #E52EB5;
}
.BgClassName
{
background-color: #E52EB5;
}
</style>
border-color css
<style>
span { border-color: #E52EB5; }
span { border-color: rgb(229,46,181); }
td.TdClassName
{
border-color: #E52EB5;
}
.TagClassName
{
border-color: #E52EB5;
}
</style>