Shades of Brilliant Rose #EF54AA
Tints of Brilliant Rose #EF54AA
RGB
CMYK
RGB Variations
Color information
#EF54AA (or 0xEF54AA) is known color: Brilliant Rose. HEX triplet: EF, 54 and AA. RGB value is (239,84,170). Sum of RGB (Red+Green+Blue) = 239+84+170=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF54AA is #10AB55. Grayscale: #8B8B8B. Windows color (decimal): -1092438 or 11162863. OLE color: 11162863.
HSL color Cylindrical-coordinate representation of color #EF54AA: hue angle of 326.71º 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 #EF54AA is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 170 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.06 |
| HSL | 326.71º | 0.83% | 0.63% | - |
| HSV(B) | 326.71º | 0.65% | 0.94% | - |
| XYZ | 46.02 | 27.59 | 40.93 | - |
| YUV | 140.15 | 144.85 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 170 | 0 | 0.65 | 0.29 | 0.06 | 326.71 | 0.83 | 0.63 |
| Hex | EF | 54 | AA | 0 | 41 | 1D | 6 | 147 | 53 | 3F |
| Octal | 357 | 124 | 252 | 0 | 101 | 35 | 6 | 507 | 123 | 77 |
| Binary | 11101111 | 1010100 | 10101010 | 0 | 1000001 | 11101 | 110 | 101000111 | 1010011 | 111111 |
Color Harmonies of #EF54AA
Complementary color
Monochromatic Colors of #EF54AA
Black with #EF54AA
Text Example
Text Example
White with #EF54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54AA; }
p { color: rgb(239,84,170); }
H1.HeaderClassName
{
color: #EF54AA;
}
.AnyTagClassName
{
color: #EF54AA;
}
</style>
background-color css
<style>
a { background-color: #EF54AA; }
a { background-color: rgb(239,84,170); }
div.DivClassName
{
background-color: #EF54AA;
}
.BgClassName
{
background-color: #EF54AA;
}
</style>
border-color css
<style>
span { border-color: #EF54AA; }
span { border-color: rgb(239,84,170); }
td.TdClassName
{
border-color: #EF54AA;
}
.TagClassName
{
border-color: #EF54AA;
}
</style>