Shades of Spicy Pink #E129B6
Tints of Spicy Pink #E129B6
RGB
CMYK
RGB Variations
Color information
#E129B6 (or 0xE129B6) is known color: Spicy Pink. HEX triplet: E1, 29 and B6. RGB value is (225,41,182). Sum of RGB (Red+Green+Blue) = 225+41+182=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E129B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129B6 is #1ED649. Grayscale: #6F6F6F. Windows color (decimal): -2020938 or 11938273. OLE color: 11938273.
HSL color Cylindrical-coordinate representation of color #E129B6: hue angle of 314.02º 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 #E129B6 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 182 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.12 |
| HSL | 314.02º | 0.75% | 0.52% | - |
| HSV(B) | 314.02º | 0.82% | 0.88% | - |
| XYZ | 40.29 | 20.97 | 46.18 | - |
| YUV | 112.09 | 167.46 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 182 | 0 | 0.82 | 0.19 | 0.12 | 314.02 | 0.75 | 0.52 |
| Hex | E1 | 29 | B6 | 0 | 52 | 13 | C | 13A | 4B | 34 |
| Octal | 341 | 51 | 266 | 0 | 122 | 23 | 14 | 472 | 113 | 64 |
| Binary | 11100001 | 101001 | 10110110 | 0 | 1010010 | 10011 | 1100 | 100111010 | 1001011 | 110100 |
Color Harmonies of #E129B6
Complementary color
Monochromatic Colors of #E129B6
Black with #E129B6
Text Example
Text Example
White with #E129B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E129B6; }
p { color: rgb(225,41,182); }
H1.HeaderClassName
{
color: #E129B6;
}
.AnyTagClassName
{
color: #E129B6;
}
</style>
background-color css
<style>
a { background-color: #E129B6; }
a { background-color: rgb(225,41,182); }
div.DivClassName
{
background-color: #E129B6;
}
.BgClassName
{
background-color: #E129B6;
}
</style>
border-color css
<style>
span { border-color: #E129B6; }
span { border-color: rgb(225,41,182); }
td.TdClassName
{
border-color: #E129B6;
}
.TagClassName
{
border-color: #E129B6;
}
</style>