Shades of Spicy Pink #E82FB4
Tints of Spicy Pink #E82FB4
RGB
CMYK
RGB Variations
Color information
#E82FB4 (or 0xE82FB4) is known color: Spicy Pink. HEX triplet: E8, 2F and B4. RGB value is (232,47,180). Sum of RGB (Red+Green+Blue) = 232+47+180=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E82FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82FB4 is #17D04B. Grayscale: #757575. Windows color (decimal): -1560652 or 11808744. OLE color: 11808744.
HSL color Cylindrical-coordinate representation of color #E82FB4: hue angle of 316.86º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82FB4 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 180 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.09 |
| HSL | 316.86º | 0.8% | 0.55% | - |
| HSV(B) | 316.86º | 0.8% | 0.91% | - |
| XYZ | 42.53 | 22.48 | 45.28 | - |
| YUV | 117.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 180 | 0 | 0.80 | 0.22 | 0.09 | 316.86 | 0.8 | 0.55 |
| Hex | E8 | 2F | B4 | 0 | 50 | 16 | 9 | 13D | 50 | 37 |
| Octal | 350 | 57 | 264 | 0 | 120 | 26 | 11 | 475 | 120 | 67 |
| Binary | 11101000 | 101111 | 10110100 | 0 | 1010000 | 10110 | 1001 | 100111101 | 1010000 | 110111 |
Color Harmonies of #E82FB4
Complementary color
Monochromatic Colors of #E82FB4
Black with #E82FB4
Text Example
Text Example
White with #E82FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82FB4; }
p { color: rgb(232,47,180); }
H1.HeaderClassName
{
color: #E82FB4;
}
.AnyTagClassName
{
color: #E82FB4;
}
</style>
background-color css
<style>
a { background-color: #E82FB4; }
a { background-color: rgb(232,47,180); }
div.DivClassName
{
background-color: #E82FB4;
}
.BgClassName
{
background-color: #E82FB4;
}
</style>
border-color css
<style>
span { border-color: #E82FB4; }
span { border-color: rgb(232,47,180); }
td.TdClassName
{
border-color: #E82FB4;
}
.TagClassName
{
border-color: #E82FB4;
}
</style>