Shades of Brilliant Rose #EF50AB
Tints of Brilliant Rose #EF50AB
RGB
CMYK
RGB Variations
Color information
#EF50AB (or 0xEF50AB) is known color: Brilliant Rose. HEX triplet: EF, 50 and AB. RGB value is (239,80,171). Sum of RGB (Red+Green+Blue) = 239+80+171=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF50AB is #10AF54. Grayscale: #898989. Windows color (decimal): -1093461 or 11227375. OLE color: 11227375.
HSL color Cylindrical-coordinate representation of color #EF50AB: hue angle of 325.66º 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 #EF50AB is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 171 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.06 |
| HSL | 325.66º | 0.83% | 0.63% | - |
| HSV(B) | 325.66º | 0.67% | 0.94% | - |
| XYZ | 45.82 | 27.03 | 41.33 | - |
| YUV | 137.92 | 146.68 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 171 | 0 | 0.67 | 0.28 | 0.06 | 325.66 | 0.83 | 0.63 |
| Hex | EF | 50 | AB | 0 | 43 | 1C | 6 | 146 | 53 | 3F |
| Octal | 357 | 120 | 253 | 0 | 103 | 34 | 6 | 506 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10101011 | 0 | 1000011 | 11100 | 110 | 101000110 | 1010011 | 111111 |
Color Harmonies of #EF50AB
Complementary color
Monochromatic Colors of #EF50AB
Black with #EF50AB
Text Example
Text Example
White with #EF50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50AB; }
p { color: rgb(239,80,171); }
H1.HeaderClassName
{
color: #EF50AB;
}
.AnyTagClassName
{
color: #EF50AB;
}
</style>
background-color css
<style>
a { background-color: #EF50AB; }
a { background-color: rgb(239,80,171); }
div.DivClassName
{
background-color: #EF50AB;
}
.BgClassName
{
background-color: #EF50AB;
}
</style>
border-color css
<style>
span { border-color: #EF50AB; }
span { border-color: rgb(239,80,171); }
td.TdClassName
{
border-color: #EF50AB;
}
.TagClassName
{
border-color: #EF50AB;
}
</style>