Shades of Spicy Pink #E921B4
Tints of Spicy Pink #E921B4
RGB
CMYK
RGB Variations
Color information
#E921B4 (or 0xE921B4) is known color: Spicy Pink. HEX triplet: E9, 21 and B4. RGB value is (233,33,180). Sum of RGB (Red+Green+Blue) = 233+33+180=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E921B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E921B4 is #16DE4B. Grayscale: #6D6D6D. Windows color (decimal): -1498700 or 11805161. OLE color: 11805161.
HSL color Cylindrical-coordinate representation of color #E921B4: hue angle of 315.9º 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 #E921B4 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 180 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.09 |
| HSL | 315.9º | 0.82% | 0.52% | - |
| HSV(B) | 315.9º | 0.86% | 0.91% | - |
| XYZ | 42.39 | 21.71 | 45.14 | - |
| YUV | 109.56 | 167.76 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 180 | 0 | 0.86 | 0.23 | 0.09 | 315.9 | 0.82 | 0.52 |
| Hex | E9 | 21 | B4 | 0 | 56 | 17 | 9 | 13C | 52 | 34 |
| Octal | 351 | 41 | 264 | 0 | 126 | 27 | 11 | 474 | 122 | 64 |
| Binary | 11101001 | 100001 | 10110100 | 0 | 1010110 | 10111 | 1001 | 100111100 | 1010010 | 110100 |
Color Harmonies of #E921B4
Complementary color
Monochromatic Colors of #E921B4
Black with #E921B4
Text Example
Text Example
White with #E921B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921B4; }
p { color: rgb(233,33,180); }
H1.HeaderClassName
{
color: #E921B4;
}
.AnyTagClassName
{
color: #E921B4;
}
</style>
background-color css
<style>
a { background-color: #E921B4; }
a { background-color: rgb(233,33,180); }
div.DivClassName
{
background-color: #E921B4;
}
.BgClassName
{
background-color: #E921B4;
}
</style>
border-color css
<style>
span { border-color: #E921B4; }
span { border-color: rgb(233,33,180); }
td.TdClassName
{
border-color: #E921B4;
}
.TagClassName
{
border-color: #E921B4;
}
</style>