Shades of Brilliant Rose #EF5997
Tints of Brilliant Rose #EF5997
RGB
CMYK
RGB Variations
Color information
#EF5997 (or 0xEF5997) is known color: Brilliant Rose. HEX triplet: EF, 59 and 97. RGB value is (239,89,151). Sum of RGB (Red+Green+Blue) = 239+89+151=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5997 is #10A668. Grayscale: #8C8C8C. Windows color (decimal): -1091177 or 9918959. OLE color: 9918959.
HSL color Cylindrical-coordinate representation of color #EF5997: hue angle of 335.2º degrees, saturation: 0.82, 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 #EF5997 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 151 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.06 |
| HSL | 335.2º | 0.82% | 0.64% | - |
| HSV(B) | 335.2º | 0.63% | 0.94% | - |
| XYZ | 44.75 | 27.73 | 32.27 | - |
| YUV | 140.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 151 | 0 | 0.63 | 0.37 | 0.06 | 335.2 | 0.82 | 0.64 |
| Hex | EF | 59 | 97 | 0 | 3F | 25 | 6 | 14F | 52 | 40 |
| Octal | 357 | 131 | 227 | 0 | 77 | 45 | 6 | 517 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10010111 | 0 | 111111 | 100101 | 110 | 101001111 | 1010010 | 1000000 |
Color Harmonies of #EF5997
Complementary color
Monochromatic Colors of #EF5997
Black with #EF5997
Text Example
Text Example
White with #EF5997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5997; }
p { color: rgb(239,89,151); }
H1.HeaderClassName
{
color: #EF5997;
}
.AnyTagClassName
{
color: #EF5997;
}
</style>
background-color css
<style>
a { background-color: #EF5997; }
a { background-color: rgb(239,89,151); }
div.DivClassName
{
background-color: #EF5997;
}
.BgClassName
{
background-color: #EF5997;
}
</style>
border-color css
<style>
span { border-color: #EF5997; }
span { border-color: rgb(239,89,151); }
td.TdClassName
{
border-color: #EF5997;
}
.TagClassName
{
border-color: #EF5997;
}
</style>