Shades of Brilliant Rose #EF50AD
Tints of Brilliant Rose #EF50AD
RGB
CMYK
RGB Variations
Color information
#EF50AD (or 0xEF50AD) is known color: Brilliant Rose. HEX triplet: EF, 50 and AD. RGB value is (239,80,173). Sum of RGB (Red+Green+Blue) = 239+80+173=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF50AD is #10AF52. Grayscale: #898989. Windows color (decimal): -1093459 or 11358447. OLE color: 11358447.
HSL color Cylindrical-coordinate representation of color #EF50AD: hue angle of 324.91º 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 #EF50AD is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 173 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.06 |
| HSL | 324.91º | 0.83% | 0.63% | - |
| HSV(B) | 324.91º | 0.67% | 0.94% | - |
| XYZ | 46.01 | 27.11 | 42.34 | - |
| YUV | 138.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 173 | 0 | 0.67 | 0.28 | 0.06 | 324.91 | 0.83 | 0.63 |
| Hex | EF | 50 | AD | 0 | 43 | 1C | 6 | 145 | 53 | 3F |
| Octal | 357 | 120 | 255 | 0 | 103 | 34 | 6 | 505 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10101101 | 0 | 1000011 | 11100 | 110 | 101000101 | 1010011 | 111111 |
Color Harmonies of #EF50AD
Complementary color
Monochromatic Colors of #EF50AD
Black with #EF50AD
Text Example
Text Example
White with #EF50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50AD; }
p { color: rgb(239,80,173); }
H1.HeaderClassName
{
color: #EF50AD;
}
.AnyTagClassName
{
color: #EF50AD;
}
</style>
background-color css
<style>
a { background-color: #EF50AD; }
a { background-color: rgb(239,80,173); }
div.DivClassName
{
background-color: #EF50AD;
}
.BgClassName
{
background-color: #EF50AD;
}
</style>
border-color css
<style>
span { border-color: #EF50AD; }
span { border-color: rgb(239,80,173); }
td.TdClassName
{
border-color: #EF50AD;
}
.TagClassName
{
border-color: #EF50AD;
}
</style>