Shades of Spicy Pink #FF1EAC
Tints of Spicy Pink #FF1EAC
RGB
CMYK
RGB Variations
Color information
#FF1EAC (or 0xFF1EAC) is known color: Spicy Pink. HEX triplet: FF, 1E and AC. RGB value is (255,30,172). Sum of RGB (Red+Green+Blue) = 255+30+172=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1EAC is #00E153. Grayscale: #717171. Windows color (decimal): -57684 or 11280127. OLE color: 11280127.
HSL color Cylindrical-coordinate representation of color #FF1EAC: hue angle of 322.13º 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 #FF1EAC is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 172 | - |
| CMYK | 0 | 0.88 | 0.33 | 0 |
| HSL | 322.13º | 1% | 0.56% | - |
| HSV(B) | 322.13º | 0.88% | 1% | - |
| XYZ | 49.15 | 25.17 | 41.3 | - |
| YUV | 113.46 | 161.04 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 172 | 0 | 0.88 | 0.33 | 0 | 322.13 | 1 | 0.56 |
| Hex | FF | 1E | AC | 0 | 58 | 21 | 0 | 142 | 64 | 38 |
| Octal | 377 | 36 | 254 | 0 | 130 | 41 | 0 | 502 | 144 | 70 |
| Binary | 11111111 | 11110 | 10101100 | 0 | 1011000 | 100001 | 0 | 101000010 | 1100100 | 111000 |
Color Harmonies of #FF1EAC
Complementary color
Monochromatic Colors of #FF1EAC
Black with #FF1EAC
Text Example
Text Example
White with #FF1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EAC; }
p { color: rgb(255,30,172); }
H1.HeaderClassName
{
color: #FF1EAC;
}
.AnyTagClassName
{
color: #FF1EAC;
}
</style>
background-color css
<style>
a { background-color: #FF1EAC; }
a { background-color: rgb(255,30,172); }
div.DivClassName
{
background-color: #FF1EAC;
}
.BgClassName
{
background-color: #FF1EAC;
}
</style>
border-color css
<style>
span { border-color: #FF1EAC; }
span { border-color: rgb(255,30,172); }
td.TdClassName
{
border-color: #FF1EAC;
}
.TagClassName
{
border-color: #FF1EAC;
}
</style>