Shades of Spicy Pink #E82DB6
Tints of Spicy Pink #E82DB6
RGB
CMYK
RGB Variations
Color information
#E82DB6 (or 0xE82DB6) is known color: Spicy Pink. HEX triplet: E8, 2D and B6. RGB value is (232,45,182). Sum of RGB (Red+Green+Blue) = 232+45+182=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E82DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82DB6 is #17D249. Grayscale: #747474. Windows color (decimal): -1561162 or 11939304. OLE color: 11939304.
HSL color Cylindrical-coordinate representation of color #E82DB6: hue angle of 316.04º 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 #E82DB6 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 182 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.09 |
| HSL | 316.04º | 0.8% | 0.54% | - |
| HSV(B) | 316.04º | 0.81% | 0.91% | - |
| XYZ | 42.66 | 22.41 | 46.33 | - |
| YUV | 116.53 | 164.95 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 182 | 0 | 0.81 | 0.22 | 0.09 | 316.04 | 0.8 | 0.54 |
| Hex | E8 | 2D | B6 | 0 | 51 | 16 | 9 | 13C | 50 | 36 |
| Octal | 350 | 55 | 266 | 0 | 121 | 26 | 11 | 474 | 120 | 66 |
| Binary | 11101000 | 101101 | 10110110 | 0 | 1010001 | 10110 | 1001 | 100111100 | 1010000 | 110110 |
Color Harmonies of #E82DB6
Complementary color
Monochromatic Colors of #E82DB6
Black with #E82DB6
Text Example
Text Example
White with #E82DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82DB6; }
p { color: rgb(232,45,182); }
H1.HeaderClassName
{
color: #E82DB6;
}
.AnyTagClassName
{
color: #E82DB6;
}
</style>
background-color css
<style>
a { background-color: #E82DB6; }
a { background-color: rgb(232,45,182); }
div.DivClassName
{
background-color: #E82DB6;
}
.BgClassName
{
background-color: #E82DB6;
}
</style>
border-color css
<style>
span { border-color: #E82DB6; }
span { border-color: rgb(232,45,182); }
td.TdClassName
{
border-color: #E82DB6;
}
.TagClassName
{
border-color: #E82DB6;
}
</style>