Shades of Spicy Pink #E929B4
Tints of Spicy Pink #E929B4
RGB
CMYK
RGB Variations
Color information
#E929B4 (or 0xE929B4) is known color: Spicy Pink. HEX triplet: E9, 29 and B4. RGB value is (233,41,180). Sum of RGB (Red+Green+Blue) = 233+41+180=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E929B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E929B4 is #16D64B. Grayscale: #717171. Windows color (decimal): -1496652 or 11807209. OLE color: 11807209.
HSL color Cylindrical-coordinate representation of color #E929B4: hue angle of 316.56º 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 #E929B4 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 180 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.09 |
| HSL | 316.56º | 0.81% | 0.54% | - |
| HSV(B) | 316.56º | 0.82% | 0.91% | - |
| XYZ | 42.64 | 22.2 | 45.22 | - |
| YUV | 114.25 | 165.11 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 180 | 0 | 0.82 | 0.23 | 0.09 | 316.56 | 0.81 | 0.54 |
| Hex | E9 | 29 | B4 | 0 | 52 | 17 | 9 | 13D | 51 | 36 |
| Octal | 351 | 51 | 264 | 0 | 122 | 27 | 11 | 475 | 121 | 66 |
| Binary | 11101001 | 101001 | 10110100 | 0 | 1010010 | 10111 | 1001 | 100111101 | 1010001 | 110110 |
Color Harmonies of #E929B4
Complementary color
Monochromatic Colors of #E929B4
Black with #E929B4
Text Example
Text Example
White with #E929B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929B4; }
p { color: rgb(233,41,180); }
H1.HeaderClassName
{
color: #E929B4;
}
.AnyTagClassName
{
color: #E929B4;
}
</style>
background-color css
<style>
a { background-color: #E929B4; }
a { background-color: rgb(233,41,180); }
div.DivClassName
{
background-color: #E929B4;
}
.BgClassName
{
background-color: #E929B4;
}
</style>
border-color css
<style>
span { border-color: #E929B4; }
span { border-color: rgb(233,41,180); }
td.TdClassName
{
border-color: #E929B4;
}
.TagClassName
{
border-color: #E929B4;
}
</style>