Shades of Persian Rose #FF2EA1
Tints of Persian Rose #FF2EA1
RGB
CMYK
RGB Variations
Color information
#FF2EA1 (or 0xFF2EA1) is known color: Persian Rose. HEX triplet: FF, 2E and A1. RGB value is (255,46,161). Sum of RGB (Red+Green+Blue) = 255+46+161=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2EA1 is #00D15E. Grayscale: #797979. Windows color (decimal): -53599 or 10563327. OLE color: 10563327.
HSL color Cylindrical-coordinate representation of color #FF2EA1: hue angle of 326.99º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EA1 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 161 | - |
| CMYK | 0 | 0.82 | 0.37 | 0 |
| HSL | 326.99º | 1% | 0.59% | - |
| HSV(B) | 326.99º | 0.82% | 1% | - |
| XYZ | 48.65 | 25.79 | 36.13 | - |
| YUV | 121.6 | 150.24 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 161 | 0 | 0.82 | 0.37 | 0 | 326.99 | 1 | 0.59 |
| Hex | FF | 2E | A1 | 0 | 52 | 25 | 0 | 147 | 64 | 3B |
| Octal | 377 | 56 | 241 | 0 | 122 | 45 | 0 | 507 | 144 | 73 |
| Binary | 11111111 | 101110 | 10100001 | 0 | 1010010 | 100101 | 0 | 101000111 | 1100100 | 111011 |
Color Harmonies of #FF2EA1
Complementary color
Monochromatic Colors of #FF2EA1
Black with #FF2EA1
Text Example
Text Example
White with #FF2EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EA1; }
p { color: rgb(255,46,161); }
H1.HeaderClassName
{
color: #FF2EA1;
}
.AnyTagClassName
{
color: #FF2EA1;
}
</style>
background-color css
<style>
a { background-color: #FF2EA1; }
a { background-color: rgb(255,46,161); }
div.DivClassName
{
background-color: #FF2EA1;
}
.BgClassName
{
background-color: #FF2EA1;
}
</style>
border-color css
<style>
span { border-color: #FF2EA1; }
span { border-color: rgb(255,46,161); }
td.TdClassName
{
border-color: #FF2EA1;
}
.TagClassName
{
border-color: #FF2EA1;
}
</style>