Shades of Spicy Pink #E429B5
Tints of Spicy Pink #E429B5
RGB
CMYK
RGB Variations
Color information
#E429B5 (or 0xE429B5) is known color: Spicy Pink. HEX triplet: E4, 29 and B5. RGB value is (228,41,181). Sum of RGB (Red+Green+Blue) = 228+41+181=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E429B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429B5 is #1BD64A. Grayscale: #707070. Windows color (decimal): -1824331 or 11872740. OLE color: 11872740.
HSL color Cylindrical-coordinate representation of color #E429B5: hue angle of 315.08º 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 #E429B5 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 181 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.11 |
| HSL | 315.08º | 0.78% | 0.53% | - |
| HSV(B) | 315.08º | 0.82% | 0.89% | - |
| XYZ | 41.13 | 21.42 | 45.68 | - |
| YUV | 112.87 | 166.45 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 181 | 0 | 0.82 | 0.21 | 0.11 | 315.08 | 0.78 | 0.53 |
| Hex | E4 | 29 | B5 | 0 | 52 | 15 | B | 13B | 4E | 35 |
| Octal | 344 | 51 | 265 | 0 | 122 | 25 | 13 | 473 | 116 | 65 |
| Binary | 11100100 | 101001 | 10110101 | 0 | 1010010 | 10101 | 1011 | 100111011 | 1001110 | 110101 |
Color Harmonies of #E429B5
Complementary color
Monochromatic Colors of #E429B5
Black with #E429B5
Text Example
Text Example
White with #E429B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429B5; }
p { color: rgb(228,41,181); }
H1.HeaderClassName
{
color: #E429B5;
}
.AnyTagClassName
{
color: #E429B5;
}
</style>
background-color css
<style>
a { background-color: #E429B5; }
a { background-color: rgb(228,41,181); }
div.DivClassName
{
background-color: #E429B5;
}
.BgClassName
{
background-color: #E429B5;
}
</style>
border-color css
<style>
span { border-color: #E429B5; }
span { border-color: rgb(228,41,181); }
td.TdClassName
{
border-color: #E429B5;
}
.TagClassName
{
border-color: #E429B5;
}
</style>