Shades of Spicy Pink #E029B2
Tints of Spicy Pink #E029B2
RGB
CMYK
RGB Variations
Color information
#E029B2 (or 0xE029B2) is known color: Spicy Pink. HEX triplet: E0, 29 and B2. RGB value is (224,41,178). Sum of RGB (Red+Green+Blue) = 224+41+178=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E029B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E029B2 is #1FD64D. Grayscale: #6E6E6E. Windows color (decimal): -2086478 or 11676128. OLE color: 11676128.
HSL color Cylindrical-coordinate representation of color #E029B2: hue angle of 315.08º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E029B2 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 178 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.12 |
| HSL | 315.08º | 0.75% | 0.52% | - |
| HSV(B) | 315.08º | 0.82% | 0.88% | - |
| XYZ | 39.57 | 20.65 | 44.02 | - |
| YUV | 111.34 | 165.63 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 178 | 0 | 0.82 | 0.21 | 0.12 | 315.08 | 0.75 | 0.52 |
| Hex | E0 | 29 | B2 | 0 | 52 | 15 | C | 13B | 4B | 34 |
| Octal | 340 | 51 | 262 | 0 | 122 | 25 | 14 | 473 | 113 | 64 |
| Binary | 11100000 | 101001 | 10110010 | 0 | 1010010 | 10101 | 1100 | 100111011 | 1001011 | 110100 |
Color Harmonies of #E029B2
Complementary color
Monochromatic Colors of #E029B2
Black with #E029B2
Text Example
Text Example
White with #E029B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029B2; }
p { color: rgb(224,41,178); }
H1.HeaderClassName
{
color: #E029B2;
}
.AnyTagClassName
{
color: #E029B2;
}
</style>
background-color css
<style>
a { background-color: #E029B2; }
a { background-color: rgb(224,41,178); }
div.DivClassName
{
background-color: #E029B2;
}
.BgClassName
{
background-color: #E029B2;
}
</style>
border-color css
<style>
span { border-color: #E029B2; }
span { border-color: rgb(224,41,178); }
td.TdClassName
{
border-color: #E029B2;
}
.TagClassName
{
border-color: #E029B2;
}
</style>