Shades of Persian Rose #EF2794
Tints of Persian Rose #EF2794
RGB
CMYK
RGB Variations
Color information
#EF2794 (or 0xEF2794) is known color: Persian Rose. HEX triplet: EF, 27 and 94. RGB value is (239,39,148). Sum of RGB (Red+Green+Blue) = 239+39+148=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2794 is #10D86B. Grayscale: #6E6E6E. Windows color (decimal): -1103980 or 9709551. OLE color: 9709551.
HSL color Cylindrical-coordinate representation of color #EF2794: hue angle of 327.3º 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 #EF2794 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 148 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.06 |
| HSL | 327.3º | 0.86% | 0.55% | - |
| HSV(B) | 327.3º | 0.84% | 0.94% | - |
| XYZ | 41.67 | 21.94 | 30.06 | - |
| YUV | 111.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 148 | 0 | 0.84 | 0.38 | 0.06 | 327.3 | 0.86 | 0.55 |
| Hex | EF | 27 | 94 | 0 | 54 | 26 | 6 | 147 | 56 | 37 |
| Octal | 357 | 47 | 224 | 0 | 124 | 46 | 6 | 507 | 126 | 67 |
| Binary | 11101111 | 100111 | 10010100 | 0 | 1010100 | 100110 | 110 | 101000111 | 1010110 | 110111 |
Color Harmonies of #EF2794
Complementary color
Monochromatic Colors of #EF2794
Black with #EF2794
Text Example
Text Example
White with #EF2794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2794; }
p { color: rgb(239,39,148); }
H1.HeaderClassName
{
color: #EF2794;
}
.AnyTagClassName
{
color: #EF2794;
}
</style>
background-color css
<style>
a { background-color: #EF2794; }
a { background-color: rgb(239,39,148); }
div.DivClassName
{
background-color: #EF2794;
}
.BgClassName
{
background-color: #EF2794;
}
</style>
border-color css
<style>
span { border-color: #EF2794; }
span { border-color: rgb(239,39,148); }
td.TdClassName
{
border-color: #EF2794;
}
.TagClassName
{
border-color: #EF2794;
}
</style>