Shades of Persian Rose #EF2797
Tints of Persian Rose #EF2797
RGB
CMYK
RGB Variations
Color information
#EF2797 (or 0xEF2797) is known color: Persian Rose. HEX triplet: EF, 27 and 97. RGB value is (239,39,151). Sum of RGB (Red+Green+Blue) = 239+39+151=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2797 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2797 is #10D868. Grayscale: #6F6F6F. Windows color (decimal): -1103977 or 9906159. OLE color: 9906159.
HSL color Cylindrical-coordinate representation of color #EF2797: hue angle of 326.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2797 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 151 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.06 |
| HSL | 326.4º | 0.86% | 0.55% | - |
| HSV(B) | 326.4º | 0.84% | 0.94% | - |
| XYZ | 41.91 | 22.04 | 31.32 | - |
| YUV | 111.57 | 150.26 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 151 | 0 | 0.84 | 0.37 | 0.06 | 326.4 | 0.86 | 0.55 |
| Hex | EF | 27 | 97 | 0 | 54 | 25 | 6 | 146 | 56 | 37 |
| Octal | 357 | 47 | 227 | 0 | 124 | 45 | 6 | 506 | 126 | 67 |
| Binary | 11101111 | 100111 | 10010111 | 0 | 1010100 | 100101 | 110 | 101000110 | 1010110 | 110111 |
Color Harmonies of #EF2797
Complementary color
Monochromatic Colors of #EF2797
Black with #EF2797
Text Example
Text Example
White with #EF2797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2797; }
p { color: rgb(239,39,151); }
H1.HeaderClassName
{
color: #EF2797;
}
.AnyTagClassName
{
color: #EF2797;
}
</style>
background-color css
<style>
a { background-color: #EF2797; }
a { background-color: rgb(239,39,151); }
div.DivClassName
{
background-color: #EF2797;
}
.BgClassName
{
background-color: #EF2797;
}
</style>
border-color css
<style>
span { border-color: #EF2797; }
span { border-color: rgb(239,39,151); }
td.TdClassName
{
border-color: #EF2797;
}
.TagClassName
{
border-color: #EF2797;
}
</style>