Shades of Persian Rose #E5289F
Tints of Persian Rose #E5289F
RGB
CMYK
RGB Variations
Color information
#E5289F (or 0xE5289F) is known color: Persian Rose. HEX triplet: E5, 28 and 9F. RGB value is (229,40,159). Sum of RGB (Red+Green+Blue) = 229+40+159=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5289F is #1AD760. Grayscale: #6D6D6D. Windows color (decimal): -1759073 or 10430693. OLE color: 10430693.
HSL color Cylindrical-coordinate representation of color #E5289F: hue angle of 322.22º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5289F is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 159 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.10 |
| HSL | 322.22º | 0.78% | 0.53% | - |
| HSV(B) | 322.22º | 0.83% | 0.9% | - |
| XYZ | 39.33 | 20.68 | 34.72 | - |
| YUV | 110.08 | 155.62 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 159 | 0 | 0.83 | 0.31 | 0.10 | 322.22 | 0.78 | 0.53 |
| Hex | E5 | 28 | 9F | 0 | 53 | 1F | A | 142 | 4E | 35 |
| Octal | 345 | 50 | 237 | 0 | 123 | 37 | 12 | 502 | 116 | 65 |
| Binary | 11100101 | 101000 | 10011111 | 0 | 1010011 | 11111 | 1010 | 101000010 | 1001110 | 110101 |
Color Harmonies of #E5289F
Complementary color
Monochromatic Colors of #E5289F
Black with #E5289F
Text Example
Text Example
White with #E5289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5289F; }
p { color: rgb(229,40,159); }
H1.HeaderClassName
{
color: #E5289F;
}
.AnyTagClassName
{
color: #E5289F;
}
</style>
background-color css
<style>
a { background-color: #E5289F; }
a { background-color: rgb(229,40,159); }
div.DivClassName
{
background-color: #E5289F;
}
.BgClassName
{
background-color: #E5289F;
}
</style>
border-color css
<style>
span { border-color: #E5289F; }
span { border-color: rgb(229,40,159); }
td.TdClassName
{
border-color: #E5289F;
}
.TagClassName
{
border-color: #E5289F;
}
</style>