Shades of Brilliant Rose #EF54A0
Tints of Brilliant Rose #EF54A0
RGB
CMYK
RGB Variations
Color information
#EF54A0 (or 0xEF54A0) is known color: Brilliant Rose. HEX triplet: EF, 54 and A0. RGB value is (239,84,160). Sum of RGB (Red+Green+Blue) = 239+84+160=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF54A0 is #10AB5F. Grayscale: #8A8A8A. Windows color (decimal): -1092448 or 10507503. OLE color: 10507503.
HSL color Cylindrical-coordinate representation of color #EF54A0: hue angle of 330.58º 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 #EF54A0 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 160 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.06 |
| HSL | 330.58º | 0.83% | 0.63% | - |
| HSV(B) | 330.58º | 0.65% | 0.94% | - |
| XYZ | 45.11 | 27.23 | 36.14 | - |
| YUV | 139.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 160 | 0 | 0.65 | 0.33 | 0.06 | 330.58 | 0.83 | 0.63 |
| Hex | EF | 54 | A0 | 0 | 41 | 21 | 6 | 14B | 53 | 3F |
| Octal | 357 | 124 | 240 | 0 | 101 | 41 | 6 | 513 | 123 | 77 |
| Binary | 11101111 | 1010100 | 10100000 | 0 | 1000001 | 100001 | 110 | 101001011 | 1010011 | 111111 |
Color Harmonies of #EF54A0
Complementary color
Monochromatic Colors of #EF54A0
Black with #EF54A0
Text Example
Text Example
White with #EF54A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54A0; }
p { color: rgb(239,84,160); }
H1.HeaderClassName
{
color: #EF54A0;
}
.AnyTagClassName
{
color: #EF54A0;
}
</style>
background-color css
<style>
a { background-color: #EF54A0; }
a { background-color: rgb(239,84,160); }
div.DivClassName
{
background-color: #EF54A0;
}
.BgClassName
{
background-color: #EF54A0;
}
</style>
border-color css
<style>
span { border-color: #EF54A0; }
span { border-color: rgb(239,84,160); }
td.TdClassName
{
border-color: #EF54A0;
}
.TagClassName
{
border-color: #EF54A0;
}
</style>