Shades of Brilliant Rose #EF549B
Tints of Brilliant Rose #EF549B
RGB
CMYK
RGB Variations
Color information
#EF549B (or 0xEF549B) is known color: Brilliant Rose. HEX triplet: EF, 54 and 9B. RGB value is (239,84,155). Sum of RGB (Red+Green+Blue) = 239+84+155=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF549B is #10AB64. Grayscale: #8A8A8A. Windows color (decimal): -1092453 or 10179823. OLE color: 10179823.
HSL color Cylindrical-coordinate representation of color #EF549B: hue angle of 332.52º 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 #EF549B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 155 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.06 |
| HSL | 332.52º | 0.83% | 0.63% | - |
| HSV(B) | 332.52º | 0.65% | 0.94% | - |
| XYZ | 44.68 | 27.06 | 33.88 | - |
| YUV | 138.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 155 | 0 | 0.65 | 0.35 | 0.06 | 332.52 | 0.83 | 0.63 |
| Hex | EF | 54 | 9B | 0 | 41 | 23 | 6 | 14D | 53 | 3F |
| Octal | 357 | 124 | 233 | 0 | 101 | 43 | 6 | 515 | 123 | 77 |
| Binary | 11101111 | 1010100 | 10011011 | 0 | 1000001 | 100011 | 110 | 101001101 | 1010011 | 111111 |
Color Harmonies of #EF549B
Complementary color
Monochromatic Colors of #EF549B
Black with #EF549B
Text Example
Text Example
White with #EF549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF549B; }
p { color: rgb(239,84,155); }
H1.HeaderClassName
{
color: #EF549B;
}
.AnyTagClassName
{
color: #EF549B;
}
</style>
background-color css
<style>
a { background-color: #EF549B; }
a { background-color: rgb(239,84,155); }
div.DivClassName
{
background-color: #EF549B;
}
.BgClassName
{
background-color: #EF549B;
}
</style>
border-color css
<style>
span { border-color: #EF549B; }
span { border-color: rgb(239,84,155); }
td.TdClassName
{
border-color: #EF549B;
}
.TagClassName
{
border-color: #EF549B;
}
</style>