Shades of Spicy Pink #E429B3
Tints of Spicy Pink #E429B3
RGB
CMYK
RGB Variations
Color information
#E429B3 (or 0xE429B3) is known color: Spicy Pink. HEX triplet: E4, 29 and B3. RGB value is (228,41,179). Sum of RGB (Red+Green+Blue) = 228+41+179=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E429B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429B3 is #1BD64C. Grayscale: #707070. Windows color (decimal): -1824333 or 11741668. OLE color: 11741668.
HSL color Cylindrical-coordinate representation of color #E429B3: hue angle of 315.72º 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 #E429B3 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 179 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.11 |
| HSL | 315.72º | 0.78% | 0.53% | - |
| HSV(B) | 315.72º | 0.82% | 0.89% | - |
| XYZ | 40.92 | 21.33 | 44.61 | - |
| YUV | 112.65 | 165.45 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 179 | 0 | 0.82 | 0.21 | 0.11 | 315.72 | 0.78 | 0.53 |
| Hex | E4 | 29 | B3 | 0 | 52 | 15 | B | 13C | 4E | 35 |
| Octal | 344 | 51 | 263 | 0 | 122 | 25 | 13 | 474 | 116 | 65 |
| Binary | 11100100 | 101001 | 10110011 | 0 | 1010010 | 10101 | 1011 | 100111100 | 1001110 | 110101 |
Color Harmonies of #E429B3
Complementary color
Monochromatic Colors of #E429B3
Black with #E429B3
Text Example
Text Example
White with #E429B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429B3; }
p { color: rgb(228,41,179); }
H1.HeaderClassName
{
color: #E429B3;
}
.AnyTagClassName
{
color: #E429B3;
}
</style>
background-color css
<style>
a { background-color: #E429B3; }
a { background-color: rgb(228,41,179); }
div.DivClassName
{
background-color: #E429B3;
}
.BgClassName
{
background-color: #E429B3;
}
</style>
border-color css
<style>
span { border-color: #E429B3; }
span { border-color: rgb(228,41,179); }
td.TdClassName
{
border-color: #E429B3;
}
.TagClassName
{
border-color: #E429B3;
}
</style>