Shades of Persian Rose #EF279D
Tints of Persian Rose #EF279D
RGB
CMYK
RGB Variations
Color information
#EF279D (or 0xEF279D) is known color: Persian Rose. HEX triplet: EF, 27 and 9D. RGB value is (239,39,157). Sum of RGB (Red+Green+Blue) = 239+39+157=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF279D is #10D862. Grayscale: #6F6F6F. Windows color (decimal): -1103971 or 10299375. OLE color: 10299375.
HSL color Cylindrical-coordinate representation of color #EF279D: hue angle of 324.6º 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 #EF279D is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 157 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.06 |
| HSL | 324.6º | 0.86% | 0.55% | - |
| HSV(B) | 324.6º | 0.84% | 0.94% | - |
| XYZ | 42.41 | 22.24 | 33.96 | - |
| YUV | 112.25 | 153.26 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 157 | 0 | 0.84 | 0.34 | 0.06 | 324.6 | 0.86 | 0.55 |
| Hex | EF | 27 | 9D | 0 | 54 | 22 | 6 | 145 | 56 | 37 |
| Octal | 357 | 47 | 235 | 0 | 124 | 42 | 6 | 505 | 126 | 67 |
| Binary | 11101111 | 100111 | 10011101 | 0 | 1010100 | 100010 | 110 | 101000101 | 1010110 | 110111 |
Color Harmonies of #EF279D
Complementary color
Monochromatic Colors of #EF279D
Black with #EF279D
Text Example
Text Example
White with #EF279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF279D; }
p { color: rgb(239,39,157); }
H1.HeaderClassName
{
color: #EF279D;
}
.AnyTagClassName
{
color: #EF279D;
}
</style>
background-color css
<style>
a { background-color: #EF279D; }
a { background-color: rgb(239,39,157); }
div.DivClassName
{
background-color: #EF279D;
}
.BgClassName
{
background-color: #EF279D;
}
</style>
border-color css
<style>
span { border-color: #EF279D; }
span { border-color: rgb(239,39,157); }
td.TdClassName
{
border-color: #EF279D;
}
.TagClassName
{
border-color: #EF279D;
}
</style>