Shades of Spicy Pink #FF1EAD
Tints of Spicy Pink #FF1EAD
RGB
CMYK
RGB Variations
Color information
#FF1EAD (or 0xFF1EAD) is known color: Spicy Pink. HEX triplet: FF, 1E and AD. RGB value is (255,30,173). Sum of RGB (Red+Green+Blue) = 255+30+173=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1EAD is #00E152. Grayscale: #717171. Windows color (decimal): -57683 or 11345663. OLE color: 11345663.
HSL color Cylindrical-coordinate representation of color #FF1EAD: hue angle of 321.87º 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 #FF1EAD is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 173 | - |
| CMYK | 0 | 0.88 | 0.32 | 0 |
| HSL | 321.87º | 1% | 0.56% | - |
| HSV(B) | 321.87º | 0.88% | 1% | - |
| XYZ | 49.25 | 25.21 | 41.8 | - |
| YUV | 113.58 | 161.54 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 173 | 0 | 0.88 | 0.32 | 0 | 321.87 | 1 | 0.56 |
| Hex | FF | 1E | AD | 0 | 58 | 20 | 0 | 142 | 64 | 38 |
| Octal | 377 | 36 | 255 | 0 | 130 | 40 | 0 | 502 | 144 | 70 |
| Binary | 11111111 | 11110 | 10101101 | 0 | 1011000 | 100000 | 0 | 101000010 | 1100100 | 111000 |
Color Harmonies of #FF1EAD
Complementary color
Monochromatic Colors of #FF1EAD
Black with #FF1EAD
Text Example
Text Example
White with #FF1EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EAD; }
p { color: rgb(255,30,173); }
H1.HeaderClassName
{
color: #FF1EAD;
}
.AnyTagClassName
{
color: #FF1EAD;
}
</style>
background-color css
<style>
a { background-color: #FF1EAD; }
a { background-color: rgb(255,30,173); }
div.DivClassName
{
background-color: #FF1EAD;
}
.BgClassName
{
background-color: #FF1EAD;
}
</style>
border-color css
<style>
span { border-color: #FF1EAD; }
span { border-color: rgb(255,30,173); }
td.TdClassName
{
border-color: #FF1EAD;
}
.TagClassName
{
border-color: #FF1EAD;
}
</style>