Shades of Spicy Pink #E82CB0
Tints of Spicy Pink #E82CB0
RGB
CMYK
RGB Variations
Color information
#E82CB0 (or 0xE82CB0) is known color: Spicy Pink. HEX triplet: E8, 2C and B0. RGB value is (232,44,176). Sum of RGB (Red+Green+Blue) = 232+44+176=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E82CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82CB0 is #17D34F. Grayscale: #727272. Windows color (decimal): -1561424 or 11545832. OLE color: 11545832.
HSL color Cylindrical-coordinate representation of color #E82CB0: hue angle of 317.87º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82CB0 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 176 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.09 |
| HSL | 317.87º | 0.8% | 0.54% | - |
| HSV(B) | 317.87º | 0.81% | 0.91% | - |
| XYZ | 42.02 | 22.09 | 43.12 | - |
| YUV | 115.26 | 162.28 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 176 | 0 | 0.81 | 0.24 | 0.09 | 317.87 | 0.8 | 0.54 |
| Hex | E8 | 2C | B0 | 0 | 51 | 18 | 9 | 13E | 50 | 36 |
| Octal | 350 | 54 | 260 | 0 | 121 | 30 | 11 | 476 | 120 | 66 |
| Binary | 11101000 | 101100 | 10110000 | 0 | 1010001 | 11000 | 1001 | 100111110 | 1010000 | 110110 |
Color Harmonies of #E82CB0
Complementary color
Monochromatic Colors of #E82CB0
Black with #E82CB0
Text Example
Text Example
White with #E82CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82CB0; }
p { color: rgb(232,44,176); }
H1.HeaderClassName
{
color: #E82CB0;
}
.AnyTagClassName
{
color: #E82CB0;
}
</style>
background-color css
<style>
a { background-color: #E82CB0; }
a { background-color: rgb(232,44,176); }
div.DivClassName
{
background-color: #E82CB0;
}
.BgClassName
{
background-color: #E82CB0;
}
</style>
border-color css
<style>
span { border-color: #E82CB0; }
span { border-color: rgb(232,44,176); }
td.TdClassName
{
border-color: #E82CB0;
}
.TagClassName
{
border-color: #E82CB0;
}
</style>