Shades of Spicy Pink #E921B5
Tints of Spicy Pink #E921B5
RGB
CMYK
RGB Variations
Color information
#E921B5 (or 0xE921B5) is known color: Spicy Pink. HEX triplet: E9, 21 and B5. RGB value is (233,33,181). Sum of RGB (Red+Green+Blue) = 233+33+181=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E921B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E921B5 is #16DE4A. Grayscale: #6D6D6D. Windows color (decimal): -1498699 or 11870697. OLE color: 11870697.
HSL color Cylindrical-coordinate representation of color #E921B5: hue angle of 315.6º 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 #E921B5 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 181 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.09 |
| HSL | 315.6º | 0.82% | 0.52% | - |
| HSV(B) | 315.6º | 0.86% | 0.91% | - |
| XYZ | 42.49 | 21.75 | 45.67 | - |
| YUV | 109.67 | 168.26 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 181 | 0 | 0.86 | 0.22 | 0.09 | 315.6 | 0.82 | 0.52 |
| Hex | E9 | 21 | B5 | 0 | 56 | 16 | 9 | 13C | 52 | 34 |
| Octal | 351 | 41 | 265 | 0 | 126 | 26 | 11 | 474 | 122 | 64 |
| Binary | 11101001 | 100001 | 10110101 | 0 | 1010110 | 10110 | 1001 | 100111100 | 1010010 | 110100 |
Color Harmonies of #E921B5
Complementary color
Monochromatic Colors of #E921B5
Black with #E921B5
Text Example
Text Example
White with #E921B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921B5; }
p { color: rgb(233,33,181); }
H1.HeaderClassName
{
color: #E921B5;
}
.AnyTagClassName
{
color: #E921B5;
}
</style>
background-color css
<style>
a { background-color: #E921B5; }
a { background-color: rgb(233,33,181); }
div.DivClassName
{
background-color: #E921B5;
}
.BgClassName
{
background-color: #E921B5;
}
</style>
border-color css
<style>
span { border-color: #E921B5; }
span { border-color: rgb(233,33,181); }
td.TdClassName
{
border-color: #E921B5;
}
.TagClassName
{
border-color: #E921B5;
}
</style>