Shades of Spicy Pink #E921B8
Tints of Spicy Pink #E921B8
RGB
CMYK
RGB Variations
Color information
#E921B8 (or 0xE921B8) is known color: Spicy Pink. HEX triplet: E9, 21 and B8. RGB value is (233,33,184). Sum of RGB (Red+Green+Blue) = 233+33+184=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E921B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E921B8 is #16DE47. Grayscale: #6D6D6D. Windows color (decimal): -1498696 or 12067305. OLE color: 12067305.
HSL color Cylindrical-coordinate representation of color #E921B8: hue angle of 314.7º degrees, saturation: 0.82, 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 #E921B8 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 184 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.09 |
| HSL | 314.7º | 0.82% | 0.52% | - |
| HSV(B) | 314.7º | 0.86% | 0.91% | - |
| XYZ | 42.8 | 21.87 | 47.31 | - |
| YUV | 110.01 | 169.76 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 184 | 0 | 0.86 | 0.21 | 0.09 | 314.7 | 0.82 | 0.52 |
| Hex | E9 | 21 | B8 | 0 | 56 | 15 | 9 | 13B | 52 | 34 |
| Octal | 351 | 41 | 270 | 0 | 126 | 25 | 11 | 473 | 122 | 64 |
| Binary | 11101001 | 100001 | 10111000 | 0 | 1010110 | 10101 | 1001 | 100111011 | 1010010 | 110100 |
Color Harmonies of #E921B8
Complementary color
Monochromatic Colors of #E921B8
Black with #E921B8
Text Example
Text Example
White with #E921B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921B8; }
p { color: rgb(233,33,184); }
H1.HeaderClassName
{
color: #E921B8;
}
.AnyTagClassName
{
color: #E921B8;
}
</style>
background-color css
<style>
a { background-color: #E921B8; }
a { background-color: rgb(233,33,184); }
div.DivClassName
{
background-color: #E921B8;
}
.BgClassName
{
background-color: #E921B8;
}
</style>
border-color css
<style>
span { border-color: #E921B8; }
span { border-color: rgb(233,33,184); }
td.TdClassName
{
border-color: #E921B8;
}
.TagClassName
{
border-color: #E921B8;
}
</style>