Shades of Spicy Pink #E22AB9
Tints of Spicy Pink #E22AB9
RGB
CMYK
RGB Variations
Color information
#E22AB9 (or 0xE22AB9) is known color: Spicy Pink. HEX triplet: E2, 2A and B9. RGB value is (226,42,185). Sum of RGB (Red+Green+Blue) = 226+42+185=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E22AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E22AB9 is #1DD546. Grayscale: #707070. Windows color (decimal): -1955143 or 12135138. OLE color: 12135138.
HSL color Cylindrical-coordinate representation of color #E22AB9: hue angle of 313.37º 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 #E22AB9 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 42 | 185 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.11 |
| HSL | 313.37º | 0.76% | 0.53% | - |
| HSV(B) | 313.37º | 0.81% | 0.89% | - |
| XYZ | 40.95 | 21.33 | 47.86 | - |
| YUV | 113.32 | 168.46 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 42 | 185 | 0 | 0.81 | 0.18 | 0.11 | 313.37 | 0.76 | 0.53 |
| Hex | E2 | 2A | B9 | 0 | 51 | 12 | B | 139 | 4C | 35 |
| Octal | 342 | 52 | 271 | 0 | 121 | 22 | 13 | 471 | 114 | 65 |
| Binary | 11100010 | 101010 | 10111001 | 0 | 1010001 | 10010 | 1011 | 100111001 | 1001100 | 110101 |
Color Harmonies of #E22AB9
Complementary color
Monochromatic Colors of #E22AB9
Black with #E22AB9
Text Example
Text Example
White with #E22AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22AB9; }
p { color: rgb(226,42,185); }
H1.HeaderClassName
{
color: #E22AB9;
}
.AnyTagClassName
{
color: #E22AB9;
}
</style>
background-color css
<style>
a { background-color: #E22AB9; }
a { background-color: rgb(226,42,185); }
div.DivClassName
{
background-color: #E22AB9;
}
.BgClassName
{
background-color: #E22AB9;
}
</style>
border-color css
<style>
span { border-color: #E22AB9; }
span { border-color: rgb(226,42,185); }
td.TdClassName
{
border-color: #E22AB9;
}
.TagClassName
{
border-color: #E22AB9;
}
</style>