Shades of Persian Rose #E9289D
Tints of Persian Rose #E9289D
RGB
CMYK
RGB Variations
Color information
#E9289D (or 0xE9289D) is known color: Persian Rose. HEX triplet: E9, 28 and 9D. RGB value is (233,40,157). Sum of RGB (Red+Green+Blue) = 233+40+157=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E9289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9289D is #16D762. Grayscale: #6E6E6E. Windows color (decimal): -1496931 or 10299625. OLE color: 10299625.
HSL color Cylindrical-coordinate representation of color #E9289D: hue angle of 323.63º 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 #E9289D is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 157 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.09 |
| HSL | 323.63º | 0.81% | 0.54% | - |
| HSV(B) | 323.63º | 0.83% | 0.91% | - |
| XYZ | 40.45 | 21.28 | 33.87 | - |
| YUV | 111.05 | 153.94 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 157 | 0 | 0.83 | 0.33 | 0.09 | 323.63 | 0.81 | 0.54 |
| Hex | E9 | 28 | 9D | 0 | 53 | 21 | 9 | 144 | 51 | 36 |
| Octal | 351 | 50 | 235 | 0 | 123 | 41 | 11 | 504 | 121 | 66 |
| Binary | 11101001 | 101000 | 10011101 | 0 | 1010011 | 100001 | 1001 | 101000100 | 1010001 | 110110 |
Color Harmonies of #E9289D
Complementary color
Monochromatic Colors of #E9289D
Black with #E9289D
Text Example
Text Example
White with #E9289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9289D; }
p { color: rgb(233,40,157); }
H1.HeaderClassName
{
color: #E9289D;
}
.AnyTagClassName
{
color: #E9289D;
}
</style>
background-color css
<style>
a { background-color: #E9289D; }
a { background-color: rgb(233,40,157); }
div.DivClassName
{
background-color: #E9289D;
}
.BgClassName
{
background-color: #E9289D;
}
</style>
border-color css
<style>
span { border-color: #E9289D; }
span { border-color: rgb(233,40,157); }
td.TdClassName
{
border-color: #E9289D;
}
.TagClassName
{
border-color: #E9289D;
}
</style>