Shades of Brilliant Rose #EF5899
Tints of Brilliant Rose #EF5899
RGB
CMYK
RGB Variations
Color information
#EF5899 (or 0xEF5899) is known color: Brilliant Rose. HEX triplet: EF, 58 and 99. RGB value is (239,88,153). Sum of RGB (Red+Green+Blue) = 239+88+153=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5899 is #10A766. Grayscale: #8C8C8C. Windows color (decimal): -1091431 or 10049775. OLE color: 10049775.
HSL color Cylindrical-coordinate representation of color #EF5899: hue angle of 334.17º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5899 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 153 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.06 |
| HSL | 334.17º | 0.83% | 0.64% | - |
| HSV(B) | 334.17º | 0.63% | 0.94% | - |
| XYZ | 44.84 | 27.63 | 33.11 | - |
| YUV | 140.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 153 | 0 | 0.63 | 0.36 | 0.06 | 334.17 | 0.83 | 0.64 |
| Hex | EF | 58 | 99 | 0 | 3F | 24 | 6 | 14E | 53 | 40 |
| Octal | 357 | 130 | 231 | 0 | 77 | 44 | 6 | 516 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10011001 | 0 | 111111 | 100100 | 110 | 101001110 | 1010011 | 1000000 |
Color Harmonies of #EF5899
Complementary color
Monochromatic Colors of #EF5899
Black with #EF5899
Text Example
Text Example
White with #EF5899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5899; }
p { color: rgb(239,88,153); }
H1.HeaderClassName
{
color: #EF5899;
}
.AnyTagClassName
{
color: #EF5899;
}
</style>
background-color css
<style>
a { background-color: #EF5899; }
a { background-color: rgb(239,88,153); }
div.DivClassName
{
background-color: #EF5899;
}
.BgClassName
{
background-color: #EF5899;
}
</style>
border-color css
<style>
span { border-color: #EF5899; }
span { border-color: rgb(239,88,153); }
td.TdClassName
{
border-color: #EF5899;
}
.TagClassName
{
border-color: #EF5899;
}
</style>