Shades of Spicy Pink #E82AB1
Tints of Spicy Pink #E82AB1
RGB
CMYK
RGB Variations
Color information
#E82AB1 (or 0xE82AB1) is known color: Spicy Pink. HEX triplet: E8, 2A and B1. RGB value is (232,42,177). Sum of RGB (Red+Green+Blue) = 232+42+177=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E82AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82AB1 is #17D54E. Grayscale: #717171. Windows color (decimal): -1561935 or 11610856. OLE color: 11610856.
HSL color Cylindrical-coordinate representation of color #E82AB1: hue angle of 317.37º 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 #E82AB1 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 177 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.09 |
| HSL | 317.37º | 0.81% | 0.54% | - |
| HSV(B) | 317.37º | 0.82% | 0.91% | - |
| XYZ | 42.04 | 21.99 | 43.62 | - |
| YUV | 114.2 | 163.45 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 177 | 0 | 0.82 | 0.24 | 0.09 | 317.37 | 0.81 | 0.54 |
| Hex | E8 | 2A | B1 | 0 | 52 | 18 | 9 | 13D | 51 | 36 |
| Octal | 350 | 52 | 261 | 0 | 122 | 30 | 11 | 475 | 121 | 66 |
| Binary | 11101000 | 101010 | 10110001 | 0 | 1010010 | 11000 | 1001 | 100111101 | 1010001 | 110110 |
Color Harmonies of #E82AB1
Complementary color
Monochromatic Colors of #E82AB1
Black with #E82AB1
Text Example
Text Example
White with #E82AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82AB1; }
p { color: rgb(232,42,177); }
H1.HeaderClassName
{
color: #E82AB1;
}
.AnyTagClassName
{
color: #E82AB1;
}
</style>
background-color css
<style>
a { background-color: #E82AB1; }
a { background-color: rgb(232,42,177); }
div.DivClassName
{
background-color: #E82AB1;
}
.BgClassName
{
background-color: #E82AB1;
}
</style>
border-color css
<style>
span { border-color: #E82AB1; }
span { border-color: rgb(232,42,177); }
td.TdClassName
{
border-color: #E82AB1;
}
.TagClassName
{
border-color: #E82AB1;
}
</style>