Shades of Brilliant Rose #EF539A
Tints of Brilliant Rose #EF539A
RGB
CMYK
RGB Variations
Color information
#EF539A (or 0xEF539A) is known color: Brilliant Rose. HEX triplet: EF, 53 and 9A. RGB value is (239,83,154). Sum of RGB (Red+Green+Blue) = 239+83+154=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF539A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF539A is #10AC65. Grayscale: #898989. Windows color (decimal): -1092710 or 10114031. OLE color: 10114031.
HSL color Cylindrical-coordinate representation of color #EF539A: hue angle of 332.69º 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 #EF539A is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 154 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.06 |
| HSL | 332.69º | 0.83% | 0.63% | - |
| HSV(B) | 332.69º | 0.65% | 0.94% | - |
| XYZ | 44.52 | 26.87 | 33.41 | - |
| YUV | 137.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 154 | 0 | 0.65 | 0.36 | 0.06 | 332.69 | 0.83 | 0.63 |
| Hex | EF | 53 | 9A | 0 | 41 | 24 | 6 | 14D | 53 | 3F |
| Octal | 357 | 123 | 232 | 0 | 101 | 44 | 6 | 515 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10011010 | 0 | 1000001 | 100100 | 110 | 101001101 | 1010011 | 111111 |
Color Harmonies of #EF539A
Complementary color
Monochromatic Colors of #EF539A
Black with #EF539A
Text Example
Text Example
White with #EF539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF539A; }
p { color: rgb(239,83,154); }
H1.HeaderClassName
{
color: #EF539A;
}
.AnyTagClassName
{
color: #EF539A;
}
</style>
background-color css
<style>
a { background-color: #EF539A; }
a { background-color: rgb(239,83,154); }
div.DivClassName
{
background-color: #EF539A;
}
.BgClassName
{
background-color: #EF539A;
}
</style>
border-color css
<style>
span { border-color: #EF539A; }
span { border-color: rgb(239,83,154); }
td.TdClassName
{
border-color: #EF539A;
}
.TagClassName
{
border-color: #EF539A;
}
</style>