Shades of Spicy Pink #E224AF
Tints of Spicy Pink #E224AF
RGB
CMYK
RGB Variations
Color information
#E224AF (or 0xE224AF) is known color: Spicy Pink. HEX triplet: E2, 24 and AF. RGB value is (226,36,175). Sum of RGB (Red+Green+Blue) = 226+36+175=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E224AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E224AF is #1DDB50. Grayscale: #6C6C6C. Windows color (decimal): -1956689 or 11478242. OLE color: 11478242.
HSL color Cylindrical-coordinate representation of color #E224AF: hue angle of 316.11º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E224AF is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 175 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.11 |
| HSL | 316.11º | 0.77% | 0.51% | - |
| HSV(B) | 316.11º | 0.84% | 0.89% | - |
| XYZ | 39.73 | 20.53 | 42.43 | - |
| YUV | 108.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 175 | 0 | 0.84 | 0.23 | 0.11 | 316.11 | 0.77 | 0.51 |
| Hex | E2 | 24 | AF | 0 | 54 | 17 | B | 13C | 4D | 33 |
| Octal | 342 | 44 | 257 | 0 | 124 | 27 | 13 | 474 | 115 | 63 |
| Binary | 11100010 | 100100 | 10101111 | 0 | 1010100 | 10111 | 1011 | 100111100 | 1001101 | 110011 |
Color Harmonies of #E224AF
Complementary color
Monochromatic Colors of #E224AF
Black with #E224AF
Text Example
Text Example
White with #E224AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E224AF; }
p { color: rgb(226,36,175); }
H1.HeaderClassName
{
color: #E224AF;
}
.AnyTagClassName
{
color: #E224AF;
}
</style>
background-color css
<style>
a { background-color: #E224AF; }
a { background-color: rgb(226,36,175); }
div.DivClassName
{
background-color: #E224AF;
}
.BgClassName
{
background-color: #E224AF;
}
</style>
border-color css
<style>
span { border-color: #E224AF; }
span { border-color: rgb(226,36,175); }
td.TdClassName
{
border-color: #E224AF;
}
.TagClassName
{
border-color: #E224AF;
}
</style>