Shades of Spicy Pink #E529B8
Tints of Spicy Pink #E529B8
RGB
CMYK
RGB Variations
Color information
#E529B8 (or 0xE529B8) is known color: Spicy Pink. HEX triplet: E5, 29 and B8. RGB value is (229,41,184). Sum of RGB (Red+Green+Blue) = 229+41+184=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E529B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529B8 is #1AD647. Grayscale: #717171. Windows color (decimal): -1758792 or 12069349. OLE color: 12069349.
HSL color Cylindrical-coordinate representation of color #E529B8: hue angle of 314.36º 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 #E529B8 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 184 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.10 |
| HSL | 314.36º | 0.78% | 0.53% | - |
| HSV(B) | 314.36º | 0.82% | 0.9% | - |
| XYZ | 41.76 | 21.7 | 47.34 | - |
| YUV | 113.51 | 167.78 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 184 | 0 | 0.82 | 0.20 | 0.10 | 314.36 | 0.78 | 0.53 |
| Hex | E5 | 29 | B8 | 0 | 52 | 14 | A | 13A | 4E | 35 |
| Octal | 345 | 51 | 270 | 0 | 122 | 24 | 12 | 472 | 116 | 65 |
| Binary | 11100101 | 101001 | 10111000 | 0 | 1010010 | 10100 | 1010 | 100111010 | 1001110 | 110101 |
Color Harmonies of #E529B8
Complementary color
Monochromatic Colors of #E529B8
Black with #E529B8
Text Example
Text Example
White with #E529B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E529B8; }
p { color: rgb(229,41,184); }
H1.HeaderClassName
{
color: #E529B8;
}
.AnyTagClassName
{
color: #E529B8;
}
</style>
background-color css
<style>
a { background-color: #E529B8; }
a { background-color: rgb(229,41,184); }
div.DivClassName
{
background-color: #E529B8;
}
.BgClassName
{
background-color: #E529B8;
}
</style>
border-color css
<style>
span { border-color: #E529B8; }
span { border-color: rgb(229,41,184); }
td.TdClassName
{
border-color: #E529B8;
}
.TagClassName
{
border-color: #E529B8;
}
</style>