Shades of Spicy Pink #E228BA
Tints of Spicy Pink #E228BA
RGB
CMYK
RGB Variations
Color information
#E228BA (or 0xE228BA) is known color: Spicy Pink. HEX triplet: E2, 28 and BA. RGB value is (226,40,186). Sum of RGB (Red+Green+Blue) = 226+40+186=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E228BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228BA is #1DD745. Grayscale: #6F6F6F. Windows color (decimal): -1955654 or 12200162. OLE color: 12200162.
HSL color Cylindrical-coordinate representation of color #E228BA: hue angle of 312.9º 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 #E228BA is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 186 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.11 |
| HSL | 312.9º | 0.76% | 0.52% | - |
| HSV(B) | 312.9º | 0.82% | 0.89% | - |
| XYZ | 40.99 | 21.23 | 48.39 | - |
| YUV | 112.26 | 169.62 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 186 | 0 | 0.82 | 0.18 | 0.11 | 312.9 | 0.76 | 0.52 |
| Hex | E2 | 28 | BA | 0 | 52 | 12 | B | 139 | 4C | 34 |
| Octal | 342 | 50 | 272 | 0 | 122 | 22 | 13 | 471 | 114 | 64 |
| Binary | 11100010 | 101000 | 10111010 | 0 | 1010010 | 10010 | 1011 | 100111001 | 1001100 | 110100 |
Color Harmonies of #E228BA
Complementary color
Monochromatic Colors of #E228BA
Black with #E228BA
Text Example
Text Example
White with #E228BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228BA; }
p { color: rgb(226,40,186); }
H1.HeaderClassName
{
color: #E228BA;
}
.AnyTagClassName
{
color: #E228BA;
}
</style>
background-color css
<style>
a { background-color: #E228BA; }
a { background-color: rgb(226,40,186); }
div.DivClassName
{
background-color: #E228BA;
}
.BgClassName
{
background-color: #E228BA;
}
</style>
border-color css
<style>
span { border-color: #E228BA; }
span { border-color: rgb(226,40,186); }
td.TdClassName
{
border-color: #E228BA;
}
.TagClassName
{
border-color: #E228BA;
}
</style>