Shades of Spicy Pink #E921B0
Tints of Spicy Pink #E921B0
RGB
CMYK
RGB Variations
Color information
#E921B0 (or 0xE921B0) is known color: Spicy Pink. HEX triplet: E9, 21 and B0. RGB value is (233,33,176). Sum of RGB (Red+Green+Blue) = 233+33+176=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E921B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E921B0 is #16DE4F. Grayscale: #6C6C6C. Windows color (decimal): -1498704 or 11543017. OLE color: 11543017.
HSL color Cylindrical-coordinate representation of color #E921B0: hue angle of 317.1º 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 #E921B0 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 176 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.09 |
| HSL | 317.1º | 0.82% | 0.52% | - |
| HSV(B) | 317.1º | 0.86% | 0.91% | - |
| XYZ | 41.98 | 21.55 | 43.02 | - |
| YUV | 109.1 | 165.76 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 176 | 0 | 0.86 | 0.24 | 0.09 | 317.1 | 0.82 | 0.52 |
| Hex | E9 | 21 | B0 | 0 | 56 | 18 | 9 | 13D | 52 | 34 |
| Octal | 351 | 41 | 260 | 0 | 126 | 30 | 11 | 475 | 122 | 64 |
| Binary | 11101001 | 100001 | 10110000 | 0 | 1010110 | 11000 | 1001 | 100111101 | 1010010 | 110100 |
Color Harmonies of #E921B0
Complementary color
Monochromatic Colors of #E921B0
Black with #E921B0
Text Example
Text Example
White with #E921B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921B0; }
p { color: rgb(233,33,176); }
H1.HeaderClassName
{
color: #E921B0;
}
.AnyTagClassName
{
color: #E921B0;
}
</style>
background-color css
<style>
a { background-color: #E921B0; }
a { background-color: rgb(233,33,176); }
div.DivClassName
{
background-color: #E921B0;
}
.BgClassName
{
background-color: #E921B0;
}
</style>
border-color css
<style>
span { border-color: #E921B0; }
span { border-color: rgb(233,33,176); }
td.TdClassName
{
border-color: #E921B0;
}
.TagClassName
{
border-color: #E921B0;
}
</style>