Shades of Spicy Pink #E82AB4
Tints of Spicy Pink #E82AB4
RGB
CMYK
RGB Variations
Color information
#E82AB4 (or 0xE82AB4) is known color: Spicy Pink. HEX triplet: E8, 2A and B4. RGB value is (232,42,180). Sum of RGB (Red+Green+Blue) = 232+42+180=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E82AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82AB4 is #17D54B. Grayscale: #727272. Windows color (decimal): -1561932 or 11807464. OLE color: 11807464.
HSL color Cylindrical-coordinate representation of color #E82AB4: hue angle of 316.42º 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 #E82AB4 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 180 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.09 |
| HSL | 316.42º | 0.81% | 0.54% | - |
| HSV(B) | 316.42º | 0.82% | 0.91% | - |
| XYZ | 42.34 | 22.11 | 45.22 | - |
| YUV | 114.54 | 164.95 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 180 | 0 | 0.82 | 0.22 | 0.09 | 316.42 | 0.81 | 0.54 |
| Hex | E8 | 2A | B4 | 0 | 52 | 16 | 9 | 13C | 51 | 36 |
| Octal | 350 | 52 | 264 | 0 | 122 | 26 | 11 | 474 | 121 | 66 |
| Binary | 11101000 | 101010 | 10110100 | 0 | 1010010 | 10110 | 1001 | 100111100 | 1010001 | 110110 |
Color Harmonies of #E82AB4
Complementary color
Monochromatic Colors of #E82AB4
Black with #E82AB4
Text Example
Text Example
White with #E82AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82AB4; }
p { color: rgb(232,42,180); }
H1.HeaderClassName
{
color: #E82AB4;
}
.AnyTagClassName
{
color: #E82AB4;
}
</style>
background-color css
<style>
a { background-color: #E82AB4; }
a { background-color: rgb(232,42,180); }
div.DivClassName
{
background-color: #E82AB4;
}
.BgClassName
{
background-color: #E82AB4;
}
</style>
border-color css
<style>
span { border-color: #E82AB4; }
span { border-color: rgb(232,42,180); }
td.TdClassName
{
border-color: #E82AB4;
}
.TagClassName
{
border-color: #E82AB4;
}
</style>