Shades of Spicy Pink #E22CB7
Tints of Spicy Pink #E22CB7
RGB
CMYK
RGB Variations
Color information
#E22CB7 (or 0xE22CB7) is known color: Spicy Pink. HEX triplet: E2, 2C and B7. RGB value is (226,44,183). Sum of RGB (Red+Green+Blue) = 226+44+183=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E22CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E22CB7 is #1DD348. Grayscale: #717171. Windows color (decimal): -1954633 or 12004578. OLE color: 12004578.
HSL color Cylindrical-coordinate representation of color #E22CB7: hue angle of 314.18º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22CB7 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 183 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.11 |
| HSL | 314.18º | 0.76% | 0.53% | - |
| HSV(B) | 314.18º | 0.81% | 0.89% | - |
| XYZ | 40.81 | 21.39 | 46.78 | - |
| YUV | 114.26 | 166.8 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 183 | 0 | 0.81 | 0.19 | 0.11 | 314.18 | 0.76 | 0.53 |
| Hex | E2 | 2C | B7 | 0 | 51 | 13 | B | 13A | 4C | 35 |
| Octal | 342 | 54 | 267 | 0 | 121 | 23 | 13 | 472 | 114 | 65 |
| Binary | 11100010 | 101100 | 10110111 | 0 | 1010001 | 10011 | 1011 | 100111010 | 1001100 | 110101 |
Color Harmonies of #E22CB7
Complementary color
Monochromatic Colors of #E22CB7
Black with #E22CB7
Text Example
Text Example
White with #E22CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22CB7; }
p { color: rgb(226,44,183); }
H1.HeaderClassName
{
color: #E22CB7;
}
.AnyTagClassName
{
color: #E22CB7;
}
</style>
background-color css
<style>
a { background-color: #E22CB7; }
a { background-color: rgb(226,44,183); }
div.DivClassName
{
background-color: #E22CB7;
}
.BgClassName
{
background-color: #E22CB7;
}
</style>
border-color css
<style>
span { border-color: #E22CB7; }
span { border-color: rgb(226,44,183); }
td.TdClassName
{
border-color: #E22CB7;
}
.TagClassName
{
border-color: #E22CB7;
}
</style>