Shades of Spicy Pink #E829B6
Tints of Spicy Pink #E829B6
RGB
CMYK
RGB Variations
Color information
#E829B6 (or 0xE829B6) is known color: Spicy Pink. HEX triplet: E8, 29 and B6. RGB value is (232,41,182). Sum of RGB (Red+Green+Blue) = 232+41+182=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E829B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829B6 is #17D649. Grayscale: #717171. Windows color (decimal): -1562186 or 11938280. OLE color: 11938280.
HSL color Cylindrical-coordinate representation of color #E829B6: hue angle of 315.71º 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 #E829B6 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 182 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.09 |
| HSL | 315.71º | 0.81% | 0.54% | - |
| HSV(B) | 315.71º | 0.82% | 0.91% | - |
| XYZ | 42.52 | 22.12 | 46.28 | - |
| YUV | 114.18 | 166.28 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 182 | 0 | 0.82 | 0.22 | 0.09 | 315.71 | 0.81 | 0.54 |
| Hex | E8 | 29 | B6 | 0 | 52 | 16 | 9 | 13C | 51 | 36 |
| Octal | 350 | 51 | 266 | 0 | 122 | 26 | 11 | 474 | 121 | 66 |
| Binary | 11101000 | 101001 | 10110110 | 0 | 1010010 | 10110 | 1001 | 100111100 | 1010001 | 110110 |
Color Harmonies of #E829B6
Complementary color
Monochromatic Colors of #E829B6
Black with #E829B6
Text Example
Text Example
White with #E829B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829B6; }
p { color: rgb(232,41,182); }
H1.HeaderClassName
{
color: #E829B6;
}
.AnyTagClassName
{
color: #E829B6;
}
</style>
background-color css
<style>
a { background-color: #E829B6; }
a { background-color: rgb(232,41,182); }
div.DivClassName
{
background-color: #E829B6;
}
.BgClassName
{
background-color: #E829B6;
}
</style>
border-color css
<style>
span { border-color: #E829B6; }
span { border-color: rgb(232,41,182); }
td.TdClassName
{
border-color: #E829B6;
}
.TagClassName
{
border-color: #E829B6;
}
</style>