Shades of Persian Rose #EF2493
Tints of Persian Rose #EF2493
RGB
CMYK
RGB Variations
Color information
#EF2493 (or 0xEF2493) is known color: Persian Rose. HEX triplet: EF, 24 and 93. RGB value is (239,36,147). Sum of RGB (Red+Green+Blue) = 239+36+147=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2493 is #10DB6C. Grayscale: #6D6D6D. Windows color (decimal): -1104749 or 9643247. OLE color: 9643247.
HSL color Cylindrical-coordinate representation of color #EF2493: hue angle of 327.19º 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 #EF2493 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 147 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.06 |
| HSL | 327.19º | 0.86% | 0.54% | - |
| HSV(B) | 327.19º | 0.85% | 0.94% | - |
| XYZ | 41.49 | 21.72 | 29.61 | - |
| YUV | 109.35 | 149.25 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 147 | 0 | 0.85 | 0.38 | 0.06 | 327.19 | 0.86 | 0.54 |
| Hex | EF | 24 | 93 | 0 | 55 | 26 | 6 | 147 | 56 | 36 |
| Octal | 357 | 44 | 223 | 0 | 125 | 46 | 6 | 507 | 126 | 66 |
| Binary | 11101111 | 100100 | 10010011 | 0 | 1010101 | 100110 | 110 | 101000111 | 1010110 | 110110 |
Color Harmonies of #EF2493
Complementary color
Monochromatic Colors of #EF2493
Black with #EF2493
Text Example
Text Example
White with #EF2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2493; }
p { color: rgb(239,36,147); }
H1.HeaderClassName
{
color: #EF2493;
}
.AnyTagClassName
{
color: #EF2493;
}
</style>
background-color css
<style>
a { background-color: #EF2493; }
a { background-color: rgb(239,36,147); }
div.DivClassName
{
background-color: #EF2493;
}
.BgClassName
{
background-color: #EF2493;
}
</style>
border-color css
<style>
span { border-color: #EF2493; }
span { border-color: rgb(239,36,147); }
td.TdClassName
{
border-color: #EF2493;
}
.TagClassName
{
border-color: #EF2493;
}
</style>