Shades of Spicy Pink #E228AC
Tints of Spicy Pink #E228AC
RGB
CMYK
RGB Variations
Color information
#E228AC (or 0xE228AC) is known color: Spicy Pink. HEX triplet: E2, 28 and AC. RGB value is (226,40,172). Sum of RGB (Red+Green+Blue) = 226+40+172=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E228AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E228AC is #1DD753. Grayscale: #6E6E6E. Windows color (decimal): -1955668 or 11282658. OLE color: 11282658.
HSL color Cylindrical-coordinate representation of color #E228AC: hue angle of 317.42º 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 #E228AC is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 172 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.11 |
| HSL | 317.42º | 0.76% | 0.52% | - |
| HSV(B) | 317.42º | 0.82% | 0.89% | - |
| XYZ | 39.57 | 20.66 | 40.93 | - |
| YUV | 110.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 172 | 0 | 0.82 | 0.24 | 0.11 | 317.42 | 0.76 | 0.52 |
| Hex | E2 | 28 | AC | 0 | 52 | 18 | B | 13D | 4C | 34 |
| Octal | 342 | 50 | 254 | 0 | 122 | 30 | 13 | 475 | 114 | 64 |
| Binary | 11100010 | 101000 | 10101100 | 0 | 1010010 | 11000 | 1011 | 100111101 | 1001100 | 110100 |
Color Harmonies of #E228AC
Complementary color
Monochromatic Colors of #E228AC
Black with #E228AC
Text Example
Text Example
White with #E228AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228AC; }
p { color: rgb(226,40,172); }
H1.HeaderClassName
{
color: #E228AC;
}
.AnyTagClassName
{
color: #E228AC;
}
</style>
background-color css
<style>
a { background-color: #E228AC; }
a { background-color: rgb(226,40,172); }
div.DivClassName
{
background-color: #E228AC;
}
.BgClassName
{
background-color: #E228AC;
}
</style>
border-color css
<style>
span { border-color: #E228AC; }
span { border-color: rgb(226,40,172); }
td.TdClassName
{
border-color: #E228AC;
}
.TagClassName
{
border-color: #E228AC;
}
</style>