Shades of Spicy Pink #E821B8
Tints of Spicy Pink #E821B8
RGB
CMYK
RGB Variations
Color information
#E821B8 (or 0xE821B8) is known color: Spicy Pink. HEX triplet: E8, 21 and B8. RGB value is (232,33,184). Sum of RGB (Red+Green+Blue) = 232+33+184=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E821B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E821B8 is #17DE47. Grayscale: #6D6D6D. Windows color (decimal): -1564232 or 12067304. OLE color: 12067304.
HSL color Cylindrical-coordinate representation of color #E821B8: hue angle of 314.47º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E821B8 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 184 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.09 |
| HSL | 314.47º | 0.81% | 0.52% | - |
| HSV(B) | 314.47º | 0.86% | 0.91% | - |
| XYZ | 42.47 | 21.7 | 47.3 | - |
| YUV | 109.72 | 169.93 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 184 | 0 | 0.86 | 0.21 | 0.09 | 314.47 | 0.81 | 0.52 |
| Hex | E8 | 21 | B8 | 0 | 56 | 15 | 9 | 13A | 51 | 34 |
| Octal | 350 | 41 | 270 | 0 | 126 | 25 | 11 | 472 | 121 | 64 |
| Binary | 11101000 | 100001 | 10111000 | 0 | 1010110 | 10101 | 1001 | 100111010 | 1010001 | 110100 |
Color Harmonies of #E821B8
Complementary color
Monochromatic Colors of #E821B8
Black with #E821B8
Text Example
Text Example
White with #E821B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E821B8; }
p { color: rgb(232,33,184); }
H1.HeaderClassName
{
color: #E821B8;
}
.AnyTagClassName
{
color: #E821B8;
}
</style>
background-color css
<style>
a { background-color: #E821B8; }
a { background-color: rgb(232,33,184); }
div.DivClassName
{
background-color: #E821B8;
}
.BgClassName
{
background-color: #E821B8;
}
</style>
border-color css
<style>
span { border-color: #E821B8; }
span { border-color: rgb(232,33,184); }
td.TdClassName
{
border-color: #E821B8;
}
.TagClassName
{
border-color: #E821B8;
}
</style>