Shades of Brilliant Rose #EF539D
Tints of Brilliant Rose #EF539D
RGB
CMYK
RGB Variations
Color information
#EF539D (or 0xEF539D) is known color: Brilliant Rose. HEX triplet: EF, 53 and 9D. RGB value is (239,83,157). Sum of RGB (Red+Green+Blue) = 239+83+157=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF539D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF539D is #10AC62. Grayscale: #898989. Windows color (decimal): -1092707 or 10310639. OLE color: 10310639.
HSL color Cylindrical-coordinate representation of color #EF539D: hue angle of 331.54º 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 #EF539D is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 157 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.06 |
| HSL | 331.54º | 0.83% | 0.63% | - |
| HSV(B) | 331.54º | 0.65% | 0.94% | - |
| XYZ | 44.78 | 26.97 | 34.74 | - |
| YUV | 138.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 157 | 0 | 0.65 | 0.34 | 0.06 | 331.54 | 0.83 | 0.63 |
| Hex | EF | 53 | 9D | 0 | 41 | 22 | 6 | 14C | 53 | 3F |
| Octal | 357 | 123 | 235 | 0 | 101 | 42 | 6 | 514 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10011101 | 0 | 1000001 | 100010 | 110 | 101001100 | 1010011 | 111111 |
Color Harmonies of #EF539D
Complementary color
Monochromatic Colors of #EF539D
Black with #EF539D
Text Example
Text Example
White with #EF539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF539D; }
p { color: rgb(239,83,157); }
H1.HeaderClassName
{
color: #EF539D;
}
.AnyTagClassName
{
color: #EF539D;
}
</style>
background-color css
<style>
a { background-color: #EF539D; }
a { background-color: rgb(239,83,157); }
div.DivClassName
{
background-color: #EF539D;
}
.BgClassName
{
background-color: #EF539D;
}
</style>
border-color css
<style>
span { border-color: #EF539D; }
span { border-color: rgb(239,83,157); }
td.TdClassName
{
border-color: #EF539D;
}
.TagClassName
{
border-color: #EF539D;
}
</style>