Shades of Persian Rose #EF249F
Tints of Persian Rose #EF249F
RGB
CMYK
RGB Variations
Color information
#EF249F (or 0xEF249F) is known color: Persian Rose. HEX triplet: EF, 24 and 9F. RGB value is (239,36,159). Sum of RGB (Red+Green+Blue) = 239+36+159=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF249F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF249F is #10DB60. Grayscale: #6E6E6E. Windows color (decimal): -1104737 or 10429679. OLE color: 10429679.
HSL color Cylindrical-coordinate representation of color #EF249F: hue angle of 323.65º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF249F is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 159 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.06 |
| HSL | 323.65º | 0.86% | 0.54% | - |
| HSV(B) | 323.65º | 0.85% | 0.94% | - |
| XYZ | 42.49 | 22.12 | 34.83 | - |
| YUV | 110.72 | 155.25 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 159 | 0 | 0.85 | 0.33 | 0.06 | 323.65 | 0.86 | 0.54 |
| Hex | EF | 24 | 9F | 0 | 55 | 21 | 6 | 144 | 56 | 36 |
| Octal | 357 | 44 | 237 | 0 | 125 | 41 | 6 | 504 | 126 | 66 |
| Binary | 11101111 | 100100 | 10011111 | 0 | 1010101 | 100001 | 110 | 101000100 | 1010110 | 110110 |
Color Harmonies of #EF249F
Complementary color
Monochromatic Colors of #EF249F
Black with #EF249F
Text Example
Text Example
White with #EF249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF249F; }
p { color: rgb(239,36,159); }
H1.HeaderClassName
{
color: #EF249F;
}
.AnyTagClassName
{
color: #EF249F;
}
</style>
background-color css
<style>
a { background-color: #EF249F; }
a { background-color: rgb(239,36,159); }
div.DivClassName
{
background-color: #EF249F;
}
.BgClassName
{
background-color: #EF249F;
}
</style>
border-color css
<style>
span { border-color: #EF249F; }
span { border-color: rgb(239,36,159); }
td.TdClassName
{
border-color: #EF249F;
}
.TagClassName
{
border-color: #EF249F;
}
</style>