Shades of Spicy Pink #E920B7
Tints of Spicy Pink #E920B7
RGB
CMYK
RGB Variations
Color information
#E920B7 (or 0xE920B7) is known color: Spicy Pink. HEX triplet: E9, 20 and B7. RGB value is (233,32,183). Sum of RGB (Red+Green+Blue) = 233+32+183=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E920B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E920B7 is #16DF48. Grayscale: #6C6C6C. Windows color (decimal): -1498953 or 12001513. OLE color: 12001513.
HSL color Cylindrical-coordinate representation of color #E920B7: hue angle of 314.93º 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 #E920B7 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 183 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.09 |
| HSL | 314.93º | 0.82% | 0.52% | - |
| HSV(B) | 314.93º | 0.86% | 0.91% | - |
| XYZ | 42.67 | 21.78 | 46.75 | - |
| YUV | 109.31 | 169.59 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 183 | 0 | 0.86 | 0.21 | 0.09 | 314.93 | 0.82 | 0.52 |
| Hex | E9 | 20 | B7 | 0 | 56 | 15 | 9 | 13B | 52 | 34 |
| Octal | 351 | 40 | 267 | 0 | 126 | 25 | 11 | 473 | 122 | 64 |
| Binary | 11101001 | 100000 | 10110111 | 0 | 1010110 | 10101 | 1001 | 100111011 | 1010010 | 110100 |
Color Harmonies of #E920B7
Complementary color
Monochromatic Colors of #E920B7
Black with #E920B7
Text Example
Text Example
White with #E920B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920B7; }
p { color: rgb(233,32,183); }
H1.HeaderClassName
{
color: #E920B7;
}
.AnyTagClassName
{
color: #E920B7;
}
</style>
background-color css
<style>
a { background-color: #E920B7; }
a { background-color: rgb(233,32,183); }
div.DivClassName
{
background-color: #E920B7;
}
.BgClassName
{
background-color: #E920B7;
}
</style>
border-color css
<style>
span { border-color: #E920B7; }
span { border-color: rgb(233,32,183); }
td.TdClassName
{
border-color: #E920B7;
}
.TagClassName
{
border-color: #E920B7;
}
</style>