Shades of Persian Rose #E9289F
Tints of Persian Rose #E9289F
RGB
CMYK
RGB Variations
Color information
#E9289F (or 0xE9289F) is known color: Persian Rose. HEX triplet: E9, 28 and 9F. RGB value is (233,40,159). Sum of RGB (Red+Green+Blue) = 233+40+159=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E9289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9289F is #16D760. Grayscale: #6E6E6E. Windows color (decimal): -1496929 or 10430697. OLE color: 10430697.
HSL color Cylindrical-coordinate representation of color #E9289F: hue angle of 323.01º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9289F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 159 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.09 |
| HSL | 323.01º | 0.81% | 0.54% | - |
| HSV(B) | 323.01º | 0.83% | 0.91% | - |
| XYZ | 40.62 | 21.34 | 34.78 | - |
| YUV | 111.27 | 154.94 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 159 | 0 | 0.83 | 0.32 | 0.09 | 323.01 | 0.81 | 0.54 |
| Hex | E9 | 28 | 9F | 0 | 53 | 20 | 9 | 143 | 51 | 36 |
| Octal | 351 | 50 | 237 | 0 | 123 | 40 | 11 | 503 | 121 | 66 |
| Binary | 11101001 | 101000 | 10011111 | 0 | 1010011 | 100000 | 1001 | 101000011 | 1010001 | 110110 |
Color Harmonies of #E9289F
Complementary color
Monochromatic Colors of #E9289F
Black with #E9289F
Text Example
Text Example
White with #E9289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9289F; }
p { color: rgb(233,40,159); }
H1.HeaderClassName
{
color: #E9289F;
}
.AnyTagClassName
{
color: #E9289F;
}
</style>
background-color css
<style>
a { background-color: #E9289F; }
a { background-color: rgb(233,40,159); }
div.DivClassName
{
background-color: #E9289F;
}
.BgClassName
{
background-color: #E9289F;
}
</style>
border-color css
<style>
span { border-color: #E9289F; }
span { border-color: rgb(233,40,159); }
td.TdClassName
{
border-color: #E9289F;
}
.TagClassName
{
border-color: #E9289F;
}
</style>