Shades of Persian Rose #EF2492
Tints of Persian Rose #EF2492
RGB
CMYK
RGB Variations
Color information
#EF2492 (or 0xEF2492) is known color: Persian Rose. HEX triplet: EF, 24 and 92. RGB value is (239,36,146). Sum of RGB (Red+Green+Blue) = 239+36+146=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2492 is #10DB6D. Grayscale: #6D6D6D. Windows color (decimal): -1104750 or 9577711. OLE color: 9577711.
HSL color Cylindrical-coordinate representation of color #EF2492: hue angle of 327.49º 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 #EF2492 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 146 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.06 |
| HSL | 327.49º | 0.86% | 0.54% | - |
| HSV(B) | 327.49º | 0.85% | 0.94% | - |
| XYZ | 41.42 | 21.69 | 29.2 | - |
| YUV | 109.24 | 148.75 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 146 | 0 | 0.85 | 0.39 | 0.06 | 327.49 | 0.86 | 0.54 |
| Hex | EF | 24 | 92 | 0 | 55 | 27 | 6 | 147 | 56 | 36 |
| Octal | 357 | 44 | 222 | 0 | 125 | 47 | 6 | 507 | 126 | 66 |
| Binary | 11101111 | 100100 | 10010010 | 0 | 1010101 | 100111 | 110 | 101000111 | 1010110 | 110110 |
Color Harmonies of #EF2492
Complementary color
Monochromatic Colors of #EF2492
Black with #EF2492
Text Example
Text Example
White with #EF2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2492; }
p { color: rgb(239,36,146); }
H1.HeaderClassName
{
color: #EF2492;
}
.AnyTagClassName
{
color: #EF2492;
}
</style>
background-color css
<style>
a { background-color: #EF2492; }
a { background-color: rgb(239,36,146); }
div.DivClassName
{
background-color: #EF2492;
}
.BgClassName
{
background-color: #EF2492;
}
</style>
border-color css
<style>
span { border-color: #EF2492; }
span { border-color: rgb(239,36,146); }
td.TdClassName
{
border-color: #EF2492;
}
.TagClassName
{
border-color: #EF2492;
}
</style>