Shades of Persian Rose #E7289F
Tints of Persian Rose #E7289F
RGB
CMYK
RGB Variations
Color information
#E7289F (or 0xE7289F) is known color: Persian Rose. HEX triplet: E7, 28 and 9F. RGB value is (231,40,159). Sum of RGB (Red+Green+Blue) = 231+40+159=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E7289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7289F is #18D760. Grayscale: #6E6E6E. Windows color (decimal): -1628001 or 10430695. OLE color: 10430695.
HSL color Cylindrical-coordinate representation of color #E7289F: hue angle of 322.62º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7289F is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 159 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.09 |
| HSL | 322.62º | 0.8% | 0.53% | - |
| HSV(B) | 322.62º | 0.83% | 0.91% | - |
| XYZ | 39.97 | 21.01 | 34.75 | - |
| YUV | 110.68 | 155.28 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 159 | 0 | 0.83 | 0.31 | 0.09 | 322.62 | 0.8 | 0.53 |
| Hex | E7 | 28 | 9F | 0 | 53 | 1F | 9 | 143 | 50 | 35 |
| Octal | 347 | 50 | 237 | 0 | 123 | 37 | 11 | 503 | 120 | 65 |
| Binary | 11100111 | 101000 | 10011111 | 0 | 1010011 | 11111 | 1001 | 101000011 | 1010000 | 110101 |
Color Harmonies of #E7289F
Complementary color
Monochromatic Colors of #E7289F
Black with #E7289F
Text Example
Text Example
White with #E7289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7289F; }
p { color: rgb(231,40,159); }
H1.HeaderClassName
{
color: #E7289F;
}
.AnyTagClassName
{
color: #E7289F;
}
</style>
background-color css
<style>
a { background-color: #E7289F; }
a { background-color: rgb(231,40,159); }
div.DivClassName
{
background-color: #E7289F;
}
.BgClassName
{
background-color: #E7289F;
}
</style>
border-color css
<style>
span { border-color: #E7289F; }
span { border-color: rgb(231,40,159); }
td.TdClassName
{
border-color: #E7289F;
}
.TagClassName
{
border-color: #E7289F;
}
</style>