Shades of Spicy Pink #E828AF
Tints of Spicy Pink #E828AF
RGB
CMYK
RGB Variations
Color information
#E828AF (or 0xE828AF) is known color: Spicy Pink. HEX triplet: E8, 28 and AF. RGB value is (232,40,175). Sum of RGB (Red+Green+Blue) = 232+40+175=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E828AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E828AF is #17D750. Grayscale: #707070. Windows color (decimal): -1562449 or 11479272. OLE color: 11479272.
HSL color Cylindrical-coordinate representation of color #E828AF: hue angle of 317.81º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E828AF is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 175 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.09 |
| HSL | 317.81º | 0.81% | 0.53% | - |
| HSV(B) | 317.81º | 0.83% | 0.91% | - |
| XYZ | 41.78 | 21.77 | 42.56 | - |
| YUV | 112.8 | 163.11 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 175 | 0 | 0.83 | 0.25 | 0.09 | 317.81 | 0.81 | 0.53 |
| Hex | E8 | 28 | AF | 0 | 53 | 19 | 9 | 13E | 51 | 35 |
| Octal | 350 | 50 | 257 | 0 | 123 | 31 | 11 | 476 | 121 | 65 |
| Binary | 11101000 | 101000 | 10101111 | 0 | 1010011 | 11001 | 1001 | 100111110 | 1010001 | 110101 |
Color Harmonies of #E828AF
Complementary color
Monochromatic Colors of #E828AF
Black with #E828AF
Text Example
Text Example
White with #E828AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E828AF; }
p { color: rgb(232,40,175); }
H1.HeaderClassName
{
color: #E828AF;
}
.AnyTagClassName
{
color: #E828AF;
}
</style>
background-color css
<style>
a { background-color: #E828AF; }
a { background-color: rgb(232,40,175); }
div.DivClassName
{
background-color: #E828AF;
}
.BgClassName
{
background-color: #E828AF;
}
</style>
border-color css
<style>
span { border-color: #E828AF; }
span { border-color: rgb(232,40,175); }
td.TdClassName
{
border-color: #E828AF;
}
.TagClassName
{
border-color: #E828AF;
}
</style>