Shades of Brilliant Rose #EF539F
Tints of Brilliant Rose #EF539F
RGB
CMYK
RGB Variations
Color information
#EF539F (or 0xEF539F) is known color: Brilliant Rose. HEX triplet: EF, 53 and 9F. RGB value is (239,83,159). Sum of RGB (Red+Green+Blue) = 239+83+159=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF539F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF539F is #10AC60. Grayscale: #8A8A8A. Windows color (decimal): -1092705 or 10441711. OLE color: 10441711.
HSL color Cylindrical-coordinate representation of color #EF539F: hue angle of 330.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF539F is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 159 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.06 |
| HSL | 330.77º | 0.83% | 0.63% | - |
| HSV(B) | 330.77º | 0.65% | 0.94% | - |
| XYZ | 44.95 | 27.04 | 35.65 | - |
| YUV | 138.31 | 139.68 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 159 | 0 | 0.65 | 0.33 | 0.06 | 330.77 | 0.83 | 0.63 |
| Hex | EF | 53 | 9F | 0 | 41 | 21 | 6 | 14B | 53 | 3F |
| Octal | 357 | 123 | 237 | 0 | 101 | 41 | 6 | 513 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10011111 | 0 | 1000001 | 100001 | 110 | 101001011 | 1010011 | 111111 |
Color Harmonies of #EF539F
Complementary color
Monochromatic Colors of #EF539F
Black with #EF539F
Text Example
Text Example
White with #EF539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF539F; }
p { color: rgb(239,83,159); }
H1.HeaderClassName
{
color: #EF539F;
}
.AnyTagClassName
{
color: #EF539F;
}
</style>
background-color css
<style>
a { background-color: #EF539F; }
a { background-color: rgb(239,83,159); }
div.DivClassName
{
background-color: #EF539F;
}
.BgClassName
{
background-color: #EF539F;
}
</style>
border-color css
<style>
span { border-color: #EF539F; }
span { border-color: rgb(239,83,159); }
td.TdClassName
{
border-color: #EF539F;
}
.TagClassName
{
border-color: #EF539F;
}
</style>