Shades of Spicy Pink #E729B9
Tints of Spicy Pink #E729B9
RGB
CMYK
RGB Variations
Color information
#E729B9 (or 0xE729B9) is known color: Spicy Pink. HEX triplet: E7, 29 and B9. RGB value is (231,41,185). Sum of RGB (Red+Green+Blue) = 231+41+185=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E729B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729B9 is #18D646. Grayscale: #717171. Windows color (decimal): -1627719 or 12134887. OLE color: 12134887.
HSL color Cylindrical-coordinate representation of color #E729B9: hue angle of 314.53º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E729B9 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 41 | 185 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.09 |
| HSL | 314.53º | 0.8% | 0.53% | - |
| HSV(B) | 314.53º | 0.82% | 0.91% | - |
| XYZ | 42.5 | 22.08 | 47.92 | - |
| YUV | 114.23 | 167.95 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 185 | 0 | 0.82 | 0.20 | 0.09 | 314.53 | 0.8 | 0.53 |
| Hex | E7 | 29 | B9 | 0 | 52 | 14 | 9 | 13B | 50 | 35 |
| Octal | 347 | 51 | 271 | 0 | 122 | 24 | 11 | 473 | 120 | 65 |
| Binary | 11100111 | 101001 | 10111001 | 0 | 1010010 | 10100 | 1001 | 100111011 | 1010000 | 110101 |
Color Harmonies of #E729B9
Complementary color
Monochromatic Colors of #E729B9
Black with #E729B9
Text Example
Text Example
White with #E729B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E729B9; }
p { color: rgb(231,41,185); }
H1.HeaderClassName
{
color: #E729B9;
}
.AnyTagClassName
{
color: #E729B9;
}
</style>
background-color css
<style>
a { background-color: #E729B9; }
a { background-color: rgb(231,41,185); }
div.DivClassName
{
background-color: #E729B9;
}
.BgClassName
{
background-color: #E729B9;
}
</style>
border-color css
<style>
span { border-color: #E729B9; }
span { border-color: rgb(231,41,185); }
td.TdClassName
{
border-color: #E729B9;
}
.TagClassName
{
border-color: #E729B9;
}
</style>