Shades of Persian Rose #EF279B
Tints of Persian Rose #EF279B
RGB
CMYK
RGB Variations
Color information
#EF279B (or 0xEF279B) is known color: Persian Rose. HEX triplet: EF, 27 and 9B. RGB value is (239,39,155). Sum of RGB (Red+Green+Blue) = 239+39+155=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF279B is #10D864. Grayscale: #6F6F6F. Windows color (decimal): -1103973 or 10168303. OLE color: 10168303.
HSL color Cylindrical-coordinate representation of color #EF279B: hue angle of 325.2º 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 #EF279B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 155 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.06 |
| HSL | 325.2º | 0.86% | 0.55% | - |
| HSV(B) | 325.2º | 0.84% | 0.94% | - |
| XYZ | 42.24 | 22.17 | 33.06 | - |
| YUV | 112.02 | 152.26 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 155 | 0 | 0.84 | 0.35 | 0.06 | 325.2 | 0.86 | 0.55 |
| Hex | EF | 27 | 9B | 0 | 54 | 23 | 6 | 145 | 56 | 37 |
| Octal | 357 | 47 | 233 | 0 | 124 | 43 | 6 | 505 | 126 | 67 |
| Binary | 11101111 | 100111 | 10011011 | 0 | 1010100 | 100011 | 110 | 101000101 | 1010110 | 110111 |
Color Harmonies of #EF279B
Complementary color
Monochromatic Colors of #EF279B
Black with #EF279B
Text Example
Text Example
White with #EF279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF279B; }
p { color: rgb(239,39,155); }
H1.HeaderClassName
{
color: #EF279B;
}
.AnyTagClassName
{
color: #EF279B;
}
</style>
background-color css
<style>
a { background-color: #EF279B; }
a { background-color: rgb(239,39,155); }
div.DivClassName
{
background-color: #EF279B;
}
.BgClassName
{
background-color: #EF279B;
}
</style>
border-color css
<style>
span { border-color: #EF279B; }
span { border-color: rgb(239,39,155); }
td.TdClassName
{
border-color: #EF279B;
}
.TagClassName
{
border-color: #EF279B;
}
</style>