Shades of Brilliant Rose #EF5598
Tints of Brilliant Rose #EF5598
RGB
CMYK
RGB Variations
Color information
#EF5598 (or 0xEF5598) is known color: Brilliant Rose. HEX triplet: EF, 55 and 98. RGB value is (239,85,152). Sum of RGB (Red+Green+Blue) = 239+85+152=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5598 is #10AA67. Grayscale: #8A8A8A. Windows color (decimal): -1092200 or 9983471. OLE color: 9983471.
HSL color Cylindrical-coordinate representation of color #EF5598: hue angle of 333.9º 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 #EF5598 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 152 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.06 |
| HSL | 333.9º | 0.83% | 0.64% | - |
| HSV(B) | 333.9º | 0.64% | 0.94% | - |
| XYZ | 44.51 | 27.11 | 32.59 | - |
| YUV | 138.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 152 | 0 | 0.64 | 0.36 | 0.06 | 333.9 | 0.83 | 0.64 |
| Hex | EF | 55 | 98 | 0 | 40 | 24 | 6 | 14E | 53 | 40 |
| Octal | 357 | 125 | 230 | 0 | 100 | 44 | 6 | 516 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10011000 | 0 | 1000000 | 100100 | 110 | 101001110 | 1010011 | 1000000 |
Color Harmonies of #EF5598
Complementary color
Monochromatic Colors of #EF5598
Black with #EF5598
Text Example
Text Example
White with #EF5598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5598; }
p { color: rgb(239,85,152); }
H1.HeaderClassName
{
color: #EF5598;
}
.AnyTagClassName
{
color: #EF5598;
}
</style>
background-color css
<style>
a { background-color: #EF5598; }
a { background-color: rgb(239,85,152); }
div.DivClassName
{
background-color: #EF5598;
}
.BgClassName
{
background-color: #EF5598;
}
</style>
border-color css
<style>
span { border-color: #EF5598; }
span { border-color: rgb(239,85,152); }
td.TdClassName
{
border-color: #EF5598;
}
.TagClassName
{
border-color: #EF5598;
}
</style>