Shades of Spicy Pink #E429B8
Tints of Spicy Pink #E429B8
RGB
CMYK
RGB Variations
Color information
#E429B8 (or 0xE429B8) is known color: Spicy Pink. HEX triplet: E4, 29 and B8. RGB value is (228,41,184). Sum of RGB (Red+Green+Blue) = 228+41+184=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E429B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429B8 is #1BD647. Grayscale: #707070. Windows color (decimal): -1824328 or 12069348. OLE color: 12069348.
HSL color Cylindrical-coordinate representation of color #E429B8: hue angle of 314.12º 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 #E429B8 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 184 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.11 |
| HSL | 314.12º | 0.78% | 0.53% | - |
| HSV(B) | 314.12º | 0.82% | 0.89% | - |
| XYZ | 41.44 | 21.54 | 47.32 | - |
| YUV | 113.22 | 167.95 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 184 | 0 | 0.82 | 0.19 | 0.11 | 314.12 | 0.78 | 0.53 |
| Hex | E4 | 29 | B8 | 0 | 52 | 13 | B | 13A | 4E | 35 |
| Octal | 344 | 51 | 270 | 0 | 122 | 23 | 13 | 472 | 116 | 65 |
| Binary | 11100100 | 101001 | 10111000 | 0 | 1010010 | 10011 | 1011 | 100111010 | 1001110 | 110101 |
Color Harmonies of #E429B8
Complementary color
Monochromatic Colors of #E429B8
Black with #E429B8
Text Example
Text Example
White with #E429B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429B8; }
p { color: rgb(228,41,184); }
H1.HeaderClassName
{
color: #E429B8;
}
.AnyTagClassName
{
color: #E429B8;
}
</style>
background-color css
<style>
a { background-color: #E429B8; }
a { background-color: rgb(228,41,184); }
div.DivClassName
{
background-color: #E429B8;
}
.BgClassName
{
background-color: #E429B8;
}
</style>
border-color css
<style>
span { border-color: #E429B8; }
span { border-color: rgb(228,41,184); }
td.TdClassName
{
border-color: #E429B8;
}
.TagClassName
{
border-color: #E429B8;
}
</style>