Shades of Spicy Pink #FF1EA9
Tints of Spicy Pink #FF1EA9
RGB
CMYK
RGB Variations
Color information
#FF1EA9 (or 0xFF1EA9) is known color: Spicy Pink. HEX triplet: FF, 1E and A9. RGB value is (255,30,169). Sum of RGB (Red+Green+Blue) = 255+30+169=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1EA9 is #00E156. Grayscale: #707070. Windows color (decimal): -57687 or 11083519. OLE color: 11083519.
HSL color Cylindrical-coordinate representation of color #FF1EA9: hue angle of 322.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1EA9 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 169 | - |
| CMYK | 0 | 0.88 | 0.34 | 0 |
| HSL | 322.93º | 1% | 0.56% | - |
| HSV(B) | 322.93º | 0.88% | 1% | - |
| XYZ | 48.87 | 25.05 | 39.8 | - |
| YUV | 113.12 | 159.54 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 169 | 0 | 0.88 | 0.34 | 0 | 322.93 | 1 | 0.56 |
| Hex | FF | 1E | A9 | 0 | 58 | 22 | 0 | 143 | 64 | 38 |
| Octal | 377 | 36 | 251 | 0 | 130 | 42 | 0 | 503 | 144 | 70 |
| Binary | 11111111 | 11110 | 10101001 | 0 | 1011000 | 100010 | 0 | 101000011 | 1100100 | 111000 |
Color Harmonies of #FF1EA9
Complementary color
Monochromatic Colors of #FF1EA9
Black with #FF1EA9
Text Example
Text Example
White with #FF1EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EA9; }
p { color: rgb(255,30,169); }
H1.HeaderClassName
{
color: #FF1EA9;
}
.AnyTagClassName
{
color: #FF1EA9;
}
</style>
background-color css
<style>
a { background-color: #FF1EA9; }
a { background-color: rgb(255,30,169); }
div.DivClassName
{
background-color: #FF1EA9;
}
.BgClassName
{
background-color: #FF1EA9;
}
</style>
border-color css
<style>
span { border-color: #FF1EA9; }
span { border-color: rgb(255,30,169); }
td.TdClassName
{
border-color: #FF1EA9;
}
.TagClassName
{
border-color: #FF1EA9;
}
</style>