Shades of Spicy Pink #E82AB0
Tints of Spicy Pink #E82AB0
RGB
CMYK
RGB Variations
Color information
#E82AB0 (or 0xE82AB0) is known color: Spicy Pink. HEX triplet: E8, 2A and B0. RGB value is (232,42,176). Sum of RGB (Red+Green+Blue) = 232+42+176=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E82AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82AB0 is #17D54F. Grayscale: #717171. Windows color (decimal): -1561936 or 11545320. OLE color: 11545320.
HSL color Cylindrical-coordinate representation of color #E82AB0: hue angle of 317.68º 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 #E82AB0 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 176 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.09 |
| HSL | 317.68º | 0.81% | 0.54% | - |
| HSV(B) | 317.68º | 0.82% | 0.91% | - |
| XYZ | 41.94 | 21.95 | 43.1 | - |
| YUV | 114.09 | 162.95 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 176 | 0 | 0.82 | 0.24 | 0.09 | 317.68 | 0.81 | 0.54 |
| Hex | E8 | 2A | B0 | 0 | 52 | 18 | 9 | 13E | 51 | 36 |
| Octal | 350 | 52 | 260 | 0 | 122 | 30 | 11 | 476 | 121 | 66 |
| Binary | 11101000 | 101010 | 10110000 | 0 | 1010010 | 11000 | 1001 | 100111110 | 1010001 | 110110 |
Color Harmonies of #E82AB0
Complementary color
Monochromatic Colors of #E82AB0
Black with #E82AB0
Text Example
Text Example
White with #E82AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82AB0; }
p { color: rgb(232,42,176); }
H1.HeaderClassName
{
color: #E82AB0;
}
.AnyTagClassName
{
color: #E82AB0;
}
</style>
background-color css
<style>
a { background-color: #E82AB0; }
a { background-color: rgb(232,42,176); }
div.DivClassName
{
background-color: #E82AB0;
}
.BgClassName
{
background-color: #E82AB0;
}
</style>
border-color css
<style>
span { border-color: #E82AB0; }
span { border-color: rgb(232,42,176); }
td.TdClassName
{
border-color: #E82AB0;
}
.TagClassName
{
border-color: #E82AB0;
}
</style>