Shades of Spicy Pink #E429B1
Tints of Spicy Pink #E429B1
RGB
CMYK
RGB Variations
Color information
#E429B1 (or 0xE429B1) is known color: Spicy Pink. HEX triplet: E4, 29 and B1. RGB value is (228,41,177). Sum of RGB (Red+Green+Blue) = 228+41+177=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E429B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E429B1 is #1BD64E. Grayscale: #707070. Windows color (decimal): -1824335 or 11610596. OLE color: 11610596.
HSL color Cylindrical-coordinate representation of color #E429B1: hue angle of 316.36º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E429B1 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 177 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.11 |
| HSL | 316.36º | 0.78% | 0.53% | - |
| HSV(B) | 316.36º | 0.82% | 0.89% | - |
| XYZ | 40.72 | 21.25 | 43.55 | - |
| YUV | 112.42 | 164.45 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 177 | 0 | 0.82 | 0.22 | 0.11 | 316.36 | 0.78 | 0.53 |
| Hex | E4 | 29 | B1 | 0 | 52 | 16 | B | 13C | 4E | 35 |
| Octal | 344 | 51 | 261 | 0 | 122 | 26 | 13 | 474 | 116 | 65 |
| Binary | 11100100 | 101001 | 10110001 | 0 | 1010010 | 10110 | 1011 | 100111100 | 1001110 | 110101 |
Color Harmonies of #E429B1
Complementary color
Monochromatic Colors of #E429B1
Black with #E429B1
Text Example
Text Example
White with #E429B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429B1; }
p { color: rgb(228,41,177); }
H1.HeaderClassName
{
color: #E429B1;
}
.AnyTagClassName
{
color: #E429B1;
}
</style>
background-color css
<style>
a { background-color: #E429B1; }
a { background-color: rgb(228,41,177); }
div.DivClassName
{
background-color: #E429B1;
}
.BgClassName
{
background-color: #E429B1;
}
</style>
border-color css
<style>
span { border-color: #E429B1; }
span { border-color: rgb(228,41,177); }
td.TdClassName
{
border-color: #E429B1;
}
.TagClassName
{
border-color: #E429B1;
}
</style>