Shades of Spicy Pink #E118AF
Tints of Spicy Pink #E118AF
RGB
CMYK
RGB Variations
Color information
#E118AF (or 0xE118AF) is known color: Spicy Pink. HEX triplet: E1, 18 and AF. RGB value is (225,24,175). Sum of RGB (Red+Green+Blue) = 225+24+175=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E118AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E118AF is #1EE750. Grayscale: #646464. Windows color (decimal): -2025297 or 11475169. OLE color: 11475169.
HSL color Cylindrical-coordinate representation of color #E118AF: hue angle of 314.93º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E118AF is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 175 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.12 |
| HSL | 314.93º | 0.81% | 0.49% | - |
| HSV(B) | 314.93º | 0.89% | 0.88% | - |
| XYZ | 39.12 | 19.76 | 42.31 | - |
| YUV | 101.31 | 169.59 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 175 | 0 | 0.89 | 0.22 | 0.12 | 314.93 | 0.81 | 0.49 |
| Hex | E1 | 18 | AF | 0 | 59 | 16 | C | 13B | 51 | 31 |
| Octal | 341 | 30 | 257 | 0 | 131 | 26 | 14 | 473 | 121 | 61 |
| Binary | 11100001 | 11000 | 10101111 | 0 | 1011001 | 10110 | 1100 | 100111011 | 1010001 | 110001 |
Color Harmonies of #E118AF
Complementary color
Monochromatic Colors of #E118AF
Black with #E118AF
Text Example
Text Example
White with #E118AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118AF; }
p { color: rgb(225,24,175); }
H1.HeaderClassName
{
color: #E118AF;
}
.AnyTagClassName
{
color: #E118AF;
}
</style>
background-color css
<style>
a { background-color: #E118AF; }
a { background-color: rgb(225,24,175); }
div.DivClassName
{
background-color: #E118AF;
}
.BgClassName
{
background-color: #E118AF;
}
</style>
border-color css
<style>
span { border-color: #E118AF; }
span { border-color: rgb(225,24,175); }
td.TdClassName
{
border-color: #E118AF;
}
.TagClassName
{
border-color: #E118AF;
}
</style>