Shades of Persian Rose #FF1EA0
Tints of Persian Rose #FF1EA0
RGB
CMYK
RGB Variations
Color information
#FF1EA0 (or 0xFF1EA0) is known color: Persian Rose. HEX triplet: FF, 1E and A0. RGB value is (255,30,160). Sum of RGB (Red+Green+Blue) = 255+30+160=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1EA0 is #00E15F. Grayscale: #6F6F6F. Windows color (decimal): -57696 or 10493695. OLE color: 10493695.
HSL color Cylindrical-coordinate representation of color #FF1EA0: hue angle of 325.33º 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 #FF1EA0 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 160 | - |
| CMYK | 0 | 0.88 | 0.37 | 0 |
| HSL | 325.33º | 1% | 0.56% | - |
| HSV(B) | 325.33º | 0.88% | 1% | - |
| XYZ | 48.05 | 24.73 | 35.5 | - |
| YUV | 112.1 | 155.04 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 160 | 0 | 0.88 | 0.37 | 0 | 325.33 | 1 | 0.56 |
| Hex | FF | 1E | A0 | 0 | 58 | 25 | 0 | 145 | 64 | 38 |
| Octal | 377 | 36 | 240 | 0 | 130 | 45 | 0 | 505 | 144 | 70 |
| Binary | 11111111 | 11110 | 10100000 | 0 | 1011000 | 100101 | 0 | 101000101 | 1100100 | 111000 |
Color Harmonies of #FF1EA0
Complementary color
Monochromatic Colors of #FF1EA0
Black with #FF1EA0
Text Example
Text Example
White with #FF1EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EA0; }
p { color: rgb(255,30,160); }
H1.HeaderClassName
{
color: #FF1EA0;
}
.AnyTagClassName
{
color: #FF1EA0;
}
</style>
background-color css
<style>
a { background-color: #FF1EA0; }
a { background-color: rgb(255,30,160); }
div.DivClassName
{
background-color: #FF1EA0;
}
.BgClassName
{
background-color: #FF1EA0;
}
</style>
border-color css
<style>
span { border-color: #FF1EA0; }
span { border-color: rgb(255,30,160); }
td.TdClassName
{
border-color: #FF1EA0;
}
.TagClassName
{
border-color: #FF1EA0;
}
</style>