Shades of Spicy Pink #E228B9
Tints of Spicy Pink #E228B9
RGB
CMYK
RGB Variations
Color information
#E228B9 (or 0xE228B9) is known color: Spicy Pink. HEX triplet: E2, 28 and B9. RGB value is (226,40,185). Sum of RGB (Red+Green+Blue) = 226+40+185=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E228B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228B9 is #1DD746. Grayscale: #6F6F6F. Windows color (decimal): -1955655 or 12134626. OLE color: 12134626.
HSL color Cylindrical-coordinate representation of color #E228B9: hue angle of 313.23º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E228B9 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 185 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.11 |
| HSL | 313.23º | 0.76% | 0.52% | - |
| HSV(B) | 313.23º | 0.82% | 0.89% | - |
| XYZ | 40.88 | 21.19 | 47.83 | - |
| YUV | 112.14 | 169.12 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 185 | 0 | 0.82 | 0.18 | 0.11 | 313.23 | 0.76 | 0.52 |
| Hex | E2 | 28 | B9 | 0 | 52 | 12 | B | 139 | 4C | 34 |
| Octal | 342 | 50 | 271 | 0 | 122 | 22 | 13 | 471 | 114 | 64 |
| Binary | 11100010 | 101000 | 10111001 | 0 | 1010010 | 10010 | 1011 | 100111001 | 1001100 | 110100 |
Color Harmonies of #E228B9
Complementary color
Monochromatic Colors of #E228B9
Black with #E228B9
Text Example
Text Example
White with #E228B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228B9; }
p { color: rgb(226,40,185); }
H1.HeaderClassName
{
color: #E228B9;
}
.AnyTagClassName
{
color: #E228B9;
}
</style>
background-color css
<style>
a { background-color: #E228B9; }
a { background-color: rgb(226,40,185); }
div.DivClassName
{
background-color: #E228B9;
}
.BgClassName
{
background-color: #E228B9;
}
</style>
border-color css
<style>
span { border-color: #E228B9; }
span { border-color: rgb(226,40,185); }
td.TdClassName
{
border-color: #E228B9;
}
.TagClassName
{
border-color: #E228B9;
}
</style>