Shades of Brilliant Rose #EF549C
Tints of Brilliant Rose #EF549C
RGB
CMYK
RGB Variations
Color information
#EF549C (or 0xEF549C) is known color: Brilliant Rose. HEX triplet: EF, 54 and 9C. RGB value is (239,84,156). Sum of RGB (Red+Green+Blue) = 239+84+156=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF549C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF549C is #10AB63. Grayscale: #8A8A8A. Windows color (decimal): -1092452 or 10245359. OLE color: 10245359.
HSL color Cylindrical-coordinate representation of color #EF549C: hue angle of 332.13º 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 #EF549C is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 156 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.06 |
| HSL | 332.13º | 0.83% | 0.63% | - |
| HSV(B) | 332.13º | 0.65% | 0.94% | - |
| XYZ | 44.77 | 27.09 | 34.32 | - |
| YUV | 138.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 156 | 0 | 0.65 | 0.35 | 0.06 | 332.13 | 0.83 | 0.63 |
| Hex | EF | 54 | 9C | 0 | 41 | 23 | 6 | 14C | 53 | 3F |
| Octal | 357 | 124 | 234 | 0 | 101 | 43 | 6 | 514 | 123 | 77 |
| Binary | 11101111 | 1010100 | 10011100 | 0 | 1000001 | 100011 | 110 | 101001100 | 1010011 | 111111 |
Color Harmonies of #EF549C
Complementary color
Monochromatic Colors of #EF549C
Black with #EF549C
Text Example
Text Example
White with #EF549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF549C; }
p { color: rgb(239,84,156); }
H1.HeaderClassName
{
color: #EF549C;
}
.AnyTagClassName
{
color: #EF549C;
}
</style>
background-color css
<style>
a { background-color: #EF549C; }
a { background-color: rgb(239,84,156); }
div.DivClassName
{
background-color: #EF549C;
}
.BgClassName
{
background-color: #EF549C;
}
</style>
border-color css
<style>
span { border-color: #EF549C; }
span { border-color: rgb(239,84,156); }
td.TdClassName
{
border-color: #EF549C;
}
.TagClassName
{
border-color: #EF549C;
}
</style>