Shades of Spicy Pink #E829B2
Tints of Spicy Pink #E829B2
RGB
CMYK
RGB Variations
Color information
#E829B2 (or 0xE829B2) is known color: Spicy Pink. HEX triplet: E8, 29 and B2. RGB value is (232,41,178). Sum of RGB (Red+Green+Blue) = 232+41+178=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E829B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E829B2 is #17D64D. Grayscale: #717171. Windows color (decimal): -1562190 or 11676136. OLE color: 11676136.
HSL color Cylindrical-coordinate representation of color #E829B2: hue angle of 316.96º 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 #E829B2 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 178 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.09 |
| HSL | 316.96º | 0.81% | 0.54% | - |
| HSV(B) | 316.96º | 0.82% | 0.91% | - |
| XYZ | 42.11 | 21.96 | 44.14 | - |
| YUV | 113.73 | 164.28 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 178 | 0 | 0.82 | 0.23 | 0.09 | 316.96 | 0.81 | 0.54 |
| Hex | E8 | 29 | B2 | 0 | 52 | 17 | 9 | 13D | 51 | 36 |
| Octal | 350 | 51 | 262 | 0 | 122 | 27 | 11 | 475 | 121 | 66 |
| Binary | 11101000 | 101001 | 10110010 | 0 | 1010010 | 10111 | 1001 | 100111101 | 1010001 | 110110 |
Color Harmonies of #E829B2
Complementary color
Monochromatic Colors of #E829B2
Black with #E829B2
Text Example
Text Example
White with #E829B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829B2; }
p { color: rgb(232,41,178); }
H1.HeaderClassName
{
color: #E829B2;
}
.AnyTagClassName
{
color: #E829B2;
}
</style>
background-color css
<style>
a { background-color: #E829B2; }
a { background-color: rgb(232,41,178); }
div.DivClassName
{
background-color: #E829B2;
}
.BgClassName
{
background-color: #E829B2;
}
</style>
border-color css
<style>
span { border-color: #E829B2; }
span { border-color: rgb(232,41,178); }
td.TdClassName
{
border-color: #E829B2;
}
.TagClassName
{
border-color: #E829B2;
}
</style>