Shades of Brilliant Rose #EF59B0
Tints of Brilliant Rose #EF59B0
RGB
CMYK
RGB Variations
Color information
#EF59B0 (or 0xEF59B0) is known color: Brilliant Rose. HEX triplet: EF, 59 and B0. RGB value is (239,89,176). Sum of RGB (Red+Green+Blue) = 239+89+176=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF59B0 is #10A64F. Grayscale: #8F8F8F. Windows color (decimal): -1091152 or 11557359. OLE color: 11557359.
HSL color Cylindrical-coordinate representation of color #EF59B0: hue angle of 325.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 #EF59B0 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 176 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.06 |
| HSL | 325.2º | 0.82% | 0.64% | - |
| HSV(B) | 325.2º | 0.63% | 0.94% | - |
| XYZ | 47.01 | 28.63 | 44.12 | - |
| YUV | 143.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 176 | 0 | 0.63 | 0.26 | 0.06 | 325.2 | 0.82 | 0.64 |
| Hex | EF | 59 | B0 | 0 | 3F | 1A | 6 | 145 | 52 | 40 |
| Octal | 357 | 131 | 260 | 0 | 77 | 32 | 6 | 505 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10110000 | 0 | 111111 | 11010 | 110 | 101000101 | 1010010 | 1000000 |
Color Harmonies of #EF59B0
Complementary color
Monochromatic Colors of #EF59B0
Black with #EF59B0
Text Example
Text Example
White with #EF59B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59B0; }
p { color: rgb(239,89,176); }
H1.HeaderClassName
{
color: #EF59B0;
}
.AnyTagClassName
{
color: #EF59B0;
}
</style>
background-color css
<style>
a { background-color: #EF59B0; }
a { background-color: rgb(239,89,176); }
div.DivClassName
{
background-color: #EF59B0;
}
.BgClassName
{
background-color: #EF59B0;
}
</style>
border-color css
<style>
span { border-color: #EF59B0; }
span { border-color: rgb(239,89,176); }
td.TdClassName
{
border-color: #EF59B0;
}
.TagClassName
{
border-color: #EF59B0;
}
</style>