Shades of Spicy Pink #E826AB
Tints of Spicy Pink #E826AB
RGB
CMYK
RGB Variations
Color information
#E826AB (or 0xE826AB) is known color: Spicy Pink. HEX triplet: E8, 26 and AB. RGB value is (232,38,171). Sum of RGB (Red+Green+Blue) = 232+38+171=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E826AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E826AB is #17D954. Grayscale: #6E6E6E. Windows color (decimal): -1562965 or 11216616. OLE color: 11216616.
HSL color Cylindrical-coordinate representation of color #E826AB: hue angle of 318.87º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E826AB is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 38 | 171 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.09 |
| HSL | 318.87º | 0.81% | 0.53% | - |
| HSV(B) | 318.87º | 0.84% | 0.91% | - |
| XYZ | 41.32 | 21.48 | 40.5 | - |
| YUV | 111.17 | 161.77 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 38 | 171 | 0 | 0.84 | 0.26 | 0.09 | 318.87 | 0.81 | 0.53 |
| Hex | E8 | 26 | AB | 0 | 54 | 1A | 9 | 13F | 51 | 35 |
| Octal | 350 | 46 | 253 | 0 | 124 | 32 | 11 | 477 | 121 | 65 |
| Binary | 11101000 | 100110 | 10101011 | 0 | 1010100 | 11010 | 1001 | 100111111 | 1010001 | 110101 |
Color Harmonies of #E826AB
Complementary color
Monochromatic Colors of #E826AB
Black with #E826AB
Text Example
Text Example
White with #E826AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E826AB; }
p { color: rgb(232,38,171); }
H1.HeaderClassName
{
color: #E826AB;
}
.AnyTagClassName
{
color: #E826AB;
}
</style>
background-color css
<style>
a { background-color: #E826AB; }
a { background-color: rgb(232,38,171); }
div.DivClassName
{
background-color: #E826AB;
}
.BgClassName
{
background-color: #E826AB;
}
</style>
border-color css
<style>
span { border-color: #E826AB; }
span { border-color: rgb(232,38,171); }
td.TdClassName
{
border-color: #E826AB;
}
.TagClassName
{
border-color: #E826AB;
}
</style>