Shades of Spicy Pink #E920B2
Tints of Spicy Pink #E920B2
RGB
CMYK
RGB Variations
Color information
#E920B2 (or 0xE920B2) is known color: Spicy Pink. HEX triplet: E9, 20 and B2. RGB value is (233,32,178). Sum of RGB (Red+Green+Blue) = 233+32+178=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E920B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E920B2 is #16DF4D. Grayscale: #6C6C6C. Windows color (decimal): -1498958 or 11673833. OLE color: 11673833.
HSL color Cylindrical-coordinate representation of color #E920B2: hue angle of 316.42º 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 #E920B2 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 178 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.09 |
| HSL | 316.42º | 0.82% | 0.52% | - |
| HSV(B) | 316.42º | 0.86% | 0.91% | - |
| XYZ | 42.16 | 21.57 | 44.06 | - |
| YUV | 108.74 | 167.09 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 178 | 0 | 0.86 | 0.24 | 0.09 | 316.42 | 0.82 | 0.52 |
| Hex | E9 | 20 | B2 | 0 | 56 | 18 | 9 | 13C | 52 | 34 |
| Octal | 351 | 40 | 262 | 0 | 126 | 30 | 11 | 474 | 122 | 64 |
| Binary | 11101001 | 100000 | 10110010 | 0 | 1010110 | 11000 | 1001 | 100111100 | 1010010 | 110100 |
Color Harmonies of #E920B2
Complementary color
Monochromatic Colors of #E920B2
Black with #E920B2
Text Example
Text Example
White with #E920B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920B2; }
p { color: rgb(233,32,178); }
H1.HeaderClassName
{
color: #E920B2;
}
.AnyTagClassName
{
color: #E920B2;
}
</style>
background-color css
<style>
a { background-color: #E920B2; }
a { background-color: rgb(233,32,178); }
div.DivClassName
{
background-color: #E920B2;
}
.BgClassName
{
background-color: #E920B2;
}
</style>
border-color css
<style>
span { border-color: #E920B2; }
span { border-color: rgb(233,32,178); }
td.TdClassName
{
border-color: #E920B2;
}
.TagClassName
{
border-color: #E920B2;
}
</style>