Shades of Spicy Pink #E82AB2
Tints of Spicy Pink #E82AB2
RGB
CMYK
RGB Variations
Color information
#E82AB2 (or 0xE82AB2) is known color: Spicy Pink. HEX triplet: E8, 2A and B2. RGB value is (232,42,178). Sum of RGB (Red+Green+Blue) = 232+42+178=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E82AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82AB2 is #17D54D. Grayscale: #717171. Windows color (decimal): -1561934 or 11676392. OLE color: 11676392.
HSL color Cylindrical-coordinate representation of color #E82AB2: hue angle of 317.05º 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 #E82AB2 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 178 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.09 |
| HSL | 317.05º | 0.81% | 0.54% | - |
| HSV(B) | 317.05º | 0.82% | 0.91% | - |
| XYZ | 42.14 | 22.03 | 44.15 | - |
| YUV | 114.31 | 163.95 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 178 | 0 | 0.82 | 0.23 | 0.09 | 317.05 | 0.81 | 0.54 |
| Hex | E8 | 2A | B2 | 0 | 52 | 17 | 9 | 13D | 51 | 36 |
| Octal | 350 | 52 | 262 | 0 | 122 | 27 | 11 | 475 | 121 | 66 |
| Binary | 11101000 | 101010 | 10110010 | 0 | 1010010 | 10111 | 1001 | 100111101 | 1010001 | 110110 |
Color Harmonies of #E82AB2
Complementary color
Monochromatic Colors of #E82AB2
Black with #E82AB2
Text Example
Text Example
White with #E82AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82AB2; }
p { color: rgb(232,42,178); }
H1.HeaderClassName
{
color: #E82AB2;
}
.AnyTagClassName
{
color: #E82AB2;
}
</style>
background-color css
<style>
a { background-color: #E82AB2; }
a { background-color: rgb(232,42,178); }
div.DivClassName
{
background-color: #E82AB2;
}
.BgClassName
{
background-color: #E82AB2;
}
</style>
border-color css
<style>
span { border-color: #E82AB2; }
span { border-color: rgb(232,42,178); }
td.TdClassName
{
border-color: #E82AB2;
}
.TagClassName
{
border-color: #E82AB2;
}
</style>