Shades of Brilliant Rose #EF50A0
Tints of Brilliant Rose #EF50A0
RGB
CMYK
RGB Variations
Color information
#EF50A0 (or 0xEF50A0) is known color: Brilliant Rose. HEX triplet: EF, 50 and A0. RGB value is (239,80,160). Sum of RGB (Red+Green+Blue) = 239+80+160=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF50A0 is #10AF5F. Grayscale: #888888. Windows color (decimal): -1093472 or 10506479. OLE color: 10506479.
HSL color Cylindrical-coordinate representation of color #EF50A0: hue angle of 329.81º 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 #EF50A0 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 160 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.06 |
| HSL | 329.81º | 0.83% | 0.63% | - |
| HSV(B) | 329.81º | 0.67% | 0.94% | - |
| XYZ | 44.81 | 26.63 | 36.04 | - |
| YUV | 136.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 160 | 0 | 0.67 | 0.33 | 0.06 | 329.81 | 0.83 | 0.63 |
| Hex | EF | 50 | A0 | 0 | 43 | 21 | 6 | 14A | 53 | 3F |
| Octal | 357 | 120 | 240 | 0 | 103 | 41 | 6 | 512 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10100000 | 0 | 1000011 | 100001 | 110 | 101001010 | 1010011 | 111111 |
Color Harmonies of #EF50A0
Complementary color
Monochromatic Colors of #EF50A0
Black with #EF50A0
Text Example
Text Example
White with #EF50A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50A0; }
p { color: rgb(239,80,160); }
H1.HeaderClassName
{
color: #EF50A0;
}
.AnyTagClassName
{
color: #EF50A0;
}
</style>
background-color css
<style>
a { background-color: #EF50A0; }
a { background-color: rgb(239,80,160); }
div.DivClassName
{
background-color: #EF50A0;
}
.BgClassName
{
background-color: #EF50A0;
}
</style>
border-color css
<style>
span { border-color: #EF50A0; }
span { border-color: rgb(239,80,160); }
td.TdClassName
{
border-color: #EF50A0;
}
.TagClassName
{
border-color: #EF50A0;
}
</style>