Shades of Persian Rose #E3249F
Tints of Persian Rose #E3249F
RGB
CMYK
RGB Variations
Color information
#E3249F (or 0xE3249F) is known color: Persian Rose. HEX triplet: E3, 24 and 9F. RGB value is (227,36,159). Sum of RGB (Red+Green+Blue) = 227+36+159=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E3249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3249F is #1CDB60. Grayscale: #6A6A6A. Windows color (decimal): -1891169 or 10429667. OLE color: 10429667.
HSL color Cylindrical-coordinate representation of color #E3249F: hue angle of 321.36º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3249F is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 159 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.11 |
| HSL | 321.36º | 0.77% | 0.52% | - |
| HSV(B) | 321.36º | 0.84% | 0.89% | - |
| XYZ | 38.57 | 20.1 | 34.65 | - |
| YUV | 107.13 | 157.28 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 159 | 0 | 0.84 | 0.30 | 0.11 | 321.36 | 0.77 | 0.52 |
| Hex | E3 | 24 | 9F | 0 | 54 | 1E | B | 141 | 4D | 34 |
| Octal | 343 | 44 | 237 | 0 | 124 | 36 | 13 | 501 | 115 | 64 |
| Binary | 11100011 | 100100 | 10011111 | 0 | 1010100 | 11110 | 1011 | 101000001 | 1001101 | 110100 |
Color Harmonies of #E3249F
Complementary color
Monochromatic Colors of #E3249F
Black with #E3249F
Text Example
Text Example
White with #E3249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3249F; }
p { color: rgb(227,36,159); }
H1.HeaderClassName
{
color: #E3249F;
}
.AnyTagClassName
{
color: #E3249F;
}
</style>
background-color css
<style>
a { background-color: #E3249F; }
a { background-color: rgb(227,36,159); }
div.DivClassName
{
background-color: #E3249F;
}
.BgClassName
{
background-color: #E3249F;
}
</style>
border-color css
<style>
span { border-color: #E3249F; }
span { border-color: rgb(227,36,159); }
td.TdClassName
{
border-color: #E3249F;
}
.TagClassName
{
border-color: #E3249F;
}
</style>