Shades of Spicy Pink #E225AF
Tints of Spicy Pink #E225AF
RGB
CMYK
RGB Variations
Color information
#E225AF (or 0xE225AF) is known color: Spicy Pink. HEX triplet: E2, 25 and AF. RGB value is (226,37,175). Sum of RGB (Red+Green+Blue) = 226+37+175=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E225AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E225AF is #1DDA50. Grayscale: #6C6C6C. Windows color (decimal): -1956433 or 11478498. OLE color: 11478498.
HSL color Cylindrical-coordinate representation of color #E225AF: hue angle of 316.19º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E225AF is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 175 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.11 |
| HSL | 316.19º | 0.77% | 0.52% | - |
| HSV(B) | 316.19º | 0.84% | 0.89% | - |
| XYZ | 39.76 | 20.59 | 42.44 | - |
| YUV | 109.24 | 165.12 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 175 | 0 | 0.84 | 0.23 | 0.11 | 316.19 | 0.77 | 0.52 |
| Hex | E2 | 25 | AF | 0 | 54 | 17 | B | 13C | 4D | 34 |
| Octal | 342 | 45 | 257 | 0 | 124 | 27 | 13 | 474 | 115 | 64 |
| Binary | 11100010 | 100101 | 10101111 | 0 | 1010100 | 10111 | 1011 | 100111100 | 1001101 | 110100 |
Color Harmonies of #E225AF
Complementary color
Monochromatic Colors of #E225AF
Black with #E225AF
Text Example
Text Example
White with #E225AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E225AF; }
p { color: rgb(226,37,175); }
H1.HeaderClassName
{
color: #E225AF;
}
.AnyTagClassName
{
color: #E225AF;
}
</style>
background-color css
<style>
a { background-color: #E225AF; }
a { background-color: rgb(226,37,175); }
div.DivClassName
{
background-color: #E225AF;
}
.BgClassName
{
background-color: #E225AF;
}
</style>
border-color css
<style>
span { border-color: #E225AF; }
span { border-color: rgb(226,37,175); }
td.TdClassName
{
border-color: #E225AF;
}
.TagClassName
{
border-color: #E225AF;
}
</style>