Shades of Brilliant Rose #EF50A8
Tints of Brilliant Rose #EF50A8
RGB
CMYK
RGB Variations
Color information
#EF50A8 (or 0xEF50A8) is known color: Brilliant Rose. HEX triplet: EF, 50 and A8. RGB value is (239,80,168). Sum of RGB (Red+Green+Blue) = 239+80+168=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF50A8 is #10AF57. Grayscale: #898989. Windows color (decimal): -1093464 or 11030767. OLE color: 11030767.
HSL color Cylindrical-coordinate representation of color #EF50A8: hue angle of 326.79º 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 #EF50A8 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 168 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.06 |
| HSL | 326.79º | 0.83% | 0.63% | - |
| HSV(B) | 326.79º | 0.67% | 0.94% | - |
| XYZ | 45.53 | 26.92 | 39.84 | - |
| YUV | 137.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 168 | 0 | 0.67 | 0.30 | 0.06 | 326.79 | 0.83 | 0.63 |
| Hex | EF | 50 | A8 | 0 | 43 | 1E | 6 | 147 | 53 | 3F |
| Octal | 357 | 120 | 250 | 0 | 103 | 36 | 6 | 507 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10101000 | 0 | 1000011 | 11110 | 110 | 101000111 | 1010011 | 111111 |
Color Harmonies of #EF50A8
Complementary color
Monochromatic Colors of #EF50A8
Black with #EF50A8
Text Example
Text Example
White with #EF50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50A8; }
p { color: rgb(239,80,168); }
H1.HeaderClassName
{
color: #EF50A8;
}
.AnyTagClassName
{
color: #EF50A8;
}
</style>
background-color css
<style>
a { background-color: #EF50A8; }
a { background-color: rgb(239,80,168); }
div.DivClassName
{
background-color: #EF50A8;
}
.BgClassName
{
background-color: #EF50A8;
}
</style>
border-color css
<style>
span { border-color: #EF50A8; }
span { border-color: rgb(239,80,168); }
td.TdClassName
{
border-color: #EF50A8;
}
.TagClassName
{
border-color: #EF50A8;
}
</style>