Shades of Brilliant Rose #EF5799
Tints of Brilliant Rose #EF5799
RGB
CMYK
RGB Variations
Color information
#EF5799 (or 0xEF5799) is known color: Brilliant Rose. HEX triplet: EF, 57 and 99. RGB value is (239,87,153). Sum of RGB (Red+Green+Blue) = 239+87+153=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5799 is #10A866. Grayscale: #8B8B8B. Windows color (decimal): -1091687 or 10049519. OLE color: 10049519.
HSL color Cylindrical-coordinate representation of color #EF5799: hue angle of 333.95º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5799 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 153 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.06 |
| HSL | 333.95º | 0.83% | 0.64% | - |
| HSV(B) | 333.95º | 0.64% | 0.94% | - |
| XYZ | 44.75 | 27.47 | 33.08 | - |
| YUV | 139.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 153 | 0 | 0.64 | 0.36 | 0.06 | 333.95 | 0.83 | 0.64 |
| Hex | EF | 57 | 99 | 0 | 40 | 24 | 6 | 14E | 53 | 40 |
| Octal | 357 | 127 | 231 | 0 | 100 | 44 | 6 | 516 | 123 | 100 |
| Binary | 11101111 | 1010111 | 10011001 | 0 | 1000000 | 100100 | 110 | 101001110 | 1010011 | 1000000 |
Color Harmonies of #EF5799
Complementary color
Monochromatic Colors of #EF5799
Black with #EF5799
Text Example
Text Example
White with #EF5799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5799; }
p { color: rgb(239,87,153); }
H1.HeaderClassName
{
color: #EF5799;
}
.AnyTagClassName
{
color: #EF5799;
}
</style>
background-color css
<style>
a { background-color: #EF5799; }
a { background-color: rgb(239,87,153); }
div.DivClassName
{
background-color: #EF5799;
}
.BgClassName
{
background-color: #EF5799;
}
</style>
border-color css
<style>
span { border-color: #EF5799; }
span { border-color: rgb(239,87,153); }
td.TdClassName
{
border-color: #EF5799;
}
.TagClassName
{
border-color: #EF5799;
}
</style>