Shades of Spicy Pink #E929BA
Tints of Spicy Pink #E929BA
RGB
CMYK
RGB Variations
Color information
#E929BA (or 0xE929BA) is known color: Spicy Pink. HEX triplet: E9, 29 and BA. RGB value is (233,41,186). Sum of RGB (Red+Green+Blue) = 233+41+186=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E929BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E929BA is #16D645. Grayscale: #727272. Windows color (decimal): -1496646 or 12200425. OLE color: 12200425.
HSL color Cylindrical-coordinate representation of color #E929BA: hue angle of 314.69º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E929BA is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 186 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.09 |
| HSL | 314.69º | 0.81% | 0.54% | - |
| HSV(B) | 314.69º | 0.82% | 0.91% | - |
| XYZ | 43.26 | 22.45 | 48.51 | - |
| YUV | 114.94 | 168.11 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 186 | 0 | 0.82 | 0.20 | 0.09 | 314.69 | 0.81 | 0.54 |
| Hex | E9 | 29 | BA | 0 | 52 | 14 | 9 | 13B | 51 | 36 |
| Octal | 351 | 51 | 272 | 0 | 122 | 24 | 11 | 473 | 121 | 66 |
| Binary | 11101001 | 101001 | 10111010 | 0 | 1010010 | 10100 | 1001 | 100111011 | 1010001 | 110110 |
Color Harmonies of #E929BA
Complementary color
Monochromatic Colors of #E929BA
Black with #E929BA
Text Example
Text Example
White with #E929BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929BA; }
p { color: rgb(233,41,186); }
H1.HeaderClassName
{
color: #E929BA;
}
.AnyTagClassName
{
color: #E929BA;
}
</style>
background-color css
<style>
a { background-color: #E929BA; }
a { background-color: rgb(233,41,186); }
div.DivClassName
{
background-color: #E929BA;
}
.BgClassName
{
background-color: #E929BA;
}
</style>
border-color css
<style>
span { border-color: #E929BA; }
span { border-color: rgb(233,41,186); }
td.TdClassName
{
border-color: #E929BA;
}
.TagClassName
{
border-color: #E929BA;
}
</style>