Shades of Spicy Pink #FF1EAA
Tints of Spicy Pink #FF1EAA
RGB
CMYK
RGB Variations
Color information
#FF1EAA (or 0xFF1EAA) is known color: Spicy Pink. HEX triplet: FF, 1E and AA. RGB value is (255,30,170). Sum of RGB (Red+Green+Blue) = 255+30+170=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1EAA is #00E155. Grayscale: #707070. Windows color (decimal): -57686 or 11149055. OLE color: 11149055.
HSL color Cylindrical-coordinate representation of color #FF1EAA: hue angle of 322.67º 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 #FF1EAA is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 170 | - |
| CMYK | 0 | 0.88 | 0.33 | 0 |
| HSL | 322.67º | 1% | 0.56% | - |
| HSV(B) | 322.67º | 0.88% | 1% | - |
| XYZ | 48.96 | 25.09 | 40.29 | - |
| YUV | 113.24 | 160.04 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 170 | 0 | 0.88 | 0.33 | 0 | 322.67 | 1 | 0.56 |
| Hex | FF | 1E | AA | 0 | 58 | 21 | 0 | 143 | 64 | 38 |
| Octal | 377 | 36 | 252 | 0 | 130 | 41 | 0 | 503 | 144 | 70 |
| Binary | 11111111 | 11110 | 10101010 | 0 | 1011000 | 100001 | 0 | 101000011 | 1100100 | 111000 |
Color Harmonies of #FF1EAA
Complementary color
Monochromatic Colors of #FF1EAA
Black with #FF1EAA
Text Example
Text Example
White with #FF1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EAA; }
p { color: rgb(255,30,170); }
H1.HeaderClassName
{
color: #FF1EAA;
}
.AnyTagClassName
{
color: #FF1EAA;
}
</style>
background-color css
<style>
a { background-color: #FF1EAA; }
a { background-color: rgb(255,30,170); }
div.DivClassName
{
background-color: #FF1EAA;
}
.BgClassName
{
background-color: #FF1EAA;
}
</style>
border-color css
<style>
span { border-color: #FF1EAA; }
span { border-color: rgb(255,30,170); }
td.TdClassName
{
border-color: #FF1EAA;
}
.TagClassName
{
border-color: #FF1EAA;
}
</style>