Shades of Brilliant Rose #EF50A6
Tints of Brilliant Rose #EF50A6
RGB
CMYK
RGB Variations
Color information
#EF50A6 (or 0xEF50A6) is known color: Brilliant Rose. HEX triplet: EF, 50 and A6. RGB value is (239,80,166). Sum of RGB (Red+Green+Blue) = 239+80+166=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF50A6 is #10AF59. Grayscale: #898989. Windows color (decimal): -1093466 or 10899695. OLE color: 10899695.
HSL color Cylindrical-coordinate representation of color #EF50A6: hue angle of 327.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50A6 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 166 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.06 |
| HSL | 327.55º | 0.83% | 0.63% | - |
| HSV(B) | 327.55º | 0.67% | 0.94% | - |
| XYZ | 45.35 | 26.84 | 38.87 | - |
| YUV | 137.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 166 | 0 | 0.67 | 0.31 | 0.06 | 327.55 | 0.83 | 0.63 |
| Hex | EF | 50 | A6 | 0 | 43 | 1F | 6 | 148 | 53 | 3F |
| Octal | 357 | 120 | 246 | 0 | 103 | 37 | 6 | 510 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10100110 | 0 | 1000011 | 11111 | 110 | 101001000 | 1010011 | 111111 |
Color Harmonies of #EF50A6
Complementary color
Monochromatic Colors of #EF50A6
Black with #EF50A6
Text Example
Text Example
White with #EF50A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50A6; }
p { color: rgb(239,80,166); }
H1.HeaderClassName
{
color: #EF50A6;
}
.AnyTagClassName
{
color: #EF50A6;
}
</style>
background-color css
<style>
a { background-color: #EF50A6; }
a { background-color: rgb(239,80,166); }
div.DivClassName
{
background-color: #EF50A6;
}
.BgClassName
{
background-color: #EF50A6;
}
</style>
border-color css
<style>
span { border-color: #EF50A6; }
span { border-color: rgb(239,80,166); }
td.TdClassName
{
border-color: #EF50A6;
}
.TagClassName
{
border-color: #EF50A6;
}
</style>