Shades of Persian Rose #E9269F
Tints of Persian Rose #E9269F
RGB
CMYK
RGB Variations
Color information
#E9269F (or 0xE9269F) is known color: Persian Rose. HEX triplet: E9, 26 and 9F. RGB value is (233,38,159). Sum of RGB (Red+Green+Blue) = 233+38+159=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E9269F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9269F is #16D960. Grayscale: #6D6D6D. Windows color (decimal): -1497441 or 10430185. OLE color: 10430185.
HSL color Cylindrical-coordinate representation of color #E9269F: hue angle of 322.77º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9269F is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 159 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.09 |
| HSL | 322.77º | 0.82% | 0.53% | - |
| HSV(B) | 322.77º | 0.84% | 0.91% | - |
| XYZ | 40.56 | 21.21 | 34.76 | - |
| YUV | 110.1 | 155.6 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 159 | 0 | 0.84 | 0.32 | 0.09 | 322.77 | 0.82 | 0.53 |
| Hex | E9 | 26 | 9F | 0 | 54 | 20 | 9 | 143 | 52 | 35 |
| Octal | 351 | 46 | 237 | 0 | 124 | 40 | 11 | 503 | 122 | 65 |
| Binary | 11101001 | 100110 | 10011111 | 0 | 1010100 | 100000 | 1001 | 101000011 | 1010010 | 110101 |
Color Harmonies of #E9269F
Complementary color
Monochromatic Colors of #E9269F
Black with #E9269F
Text Example
Text Example
White with #E9269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9269F; }
p { color: rgb(233,38,159); }
H1.HeaderClassName
{
color: #E9269F;
}
.AnyTagClassName
{
color: #E9269F;
}
</style>
background-color css
<style>
a { background-color: #E9269F; }
a { background-color: rgb(233,38,159); }
div.DivClassName
{
background-color: #E9269F;
}
.BgClassName
{
background-color: #E9269F;
}
</style>
border-color css
<style>
span { border-color: #E9269F; }
span { border-color: rgb(233,38,159); }
td.TdClassName
{
border-color: #E9269F;
}
.TagClassName
{
border-color: #E9269F;
}
</style>