Shades of Spicy Pink #E921B1
Tints of Spicy Pink #E921B1
RGB
CMYK
RGB Variations
Color information
#E921B1 (or 0xE921B1) is known color: Spicy Pink. HEX triplet: E9, 21 and B1. RGB value is (233,33,177). Sum of RGB (Red+Green+Blue) = 233+33+177=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E921B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E921B1 is #16DE4E. Grayscale: #6C6C6C. Windows color (decimal): -1498703 or 11608553. OLE color: 11608553.
HSL color Cylindrical-coordinate representation of color #E921B1: hue angle of 316.8º 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 #E921B1 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 177 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.09 |
| HSL | 316.8º | 0.82% | 0.52% | - |
| HSV(B) | 316.8º | 0.86% | 0.91% | - |
| XYZ | 42.08 | 21.59 | 43.54 | - |
| YUV | 109.22 | 166.26 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 177 | 0 | 0.86 | 0.24 | 0.09 | 316.8 | 0.82 | 0.52 |
| Hex | E9 | 21 | B1 | 0 | 56 | 18 | 9 | 13D | 52 | 34 |
| Octal | 351 | 41 | 261 | 0 | 126 | 30 | 11 | 475 | 122 | 64 |
| Binary | 11101001 | 100001 | 10110001 | 0 | 1010110 | 11000 | 1001 | 100111101 | 1010010 | 110100 |
Color Harmonies of #E921B1
Complementary color
Monochromatic Colors of #E921B1
Black with #E921B1
Text Example
Text Example
White with #E921B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921B1; }
p { color: rgb(233,33,177); }
H1.HeaderClassName
{
color: #E921B1;
}
.AnyTagClassName
{
color: #E921B1;
}
</style>
background-color css
<style>
a { background-color: #E921B1; }
a { background-color: rgb(233,33,177); }
div.DivClassName
{
background-color: #E921B1;
}
.BgClassName
{
background-color: #E921B1;
}
</style>
border-color css
<style>
span { border-color: #E921B1; }
span { border-color: rgb(233,33,177); }
td.TdClassName
{
border-color: #E921B1;
}
.TagClassName
{
border-color: #E921B1;
}
</style>