Shades of Brilliant Rose #ED59B0
Tints of Brilliant Rose #ED59B0
RGB
CMYK
RGB Variations
Color information
#ED59B0 (or 0xED59B0) is known color: Brilliant Rose. HEX triplet: ED, 59 and B0. RGB value is (237,89,176). Sum of RGB (Red+Green+Blue) = 237+89+176=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED59B0 is #12A64F. Grayscale: #8E8E8E. Windows color (decimal): -1222224 or 11557357. OLE color: 11557357.
HSL color Cylindrical-coordinate representation of color #ED59B0: hue angle of 324.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED59B0 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 176 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.07 |
| HSL | 324.73º | 0.8% | 0.64% | - |
| HSV(B) | 324.73º | 0.62% | 0.93% | - |
| XYZ | 46.33 | 28.28 | 44.09 | - |
| YUV | 143.17 | 146.53 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 176 | 0 | 0.62 | 0.26 | 0.07 | 324.73 | 0.8 | 0.64 |
| Hex | ED | 59 | B0 | 0 | 3E | 1A | 7 | 145 | 50 | 40 |
| Octal | 355 | 131 | 260 | 0 | 76 | 32 | 7 | 505 | 120 | 100 |
| Binary | 11101101 | 1011001 | 10110000 | 0 | 111110 | 11010 | 111 | 101000101 | 1010000 | 1000000 |
Color Harmonies of #ED59B0
Complementary color
Monochromatic Colors of #ED59B0
Black with #ED59B0
Text Example
Text Example
White with #ED59B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59B0; }
p { color: rgb(237,89,176); }
H1.HeaderClassName
{
color: #ED59B0;
}
.AnyTagClassName
{
color: #ED59B0;
}
</style>
background-color css
<style>
a { background-color: #ED59B0; }
a { background-color: rgb(237,89,176); }
div.DivClassName
{
background-color: #ED59B0;
}
.BgClassName
{
background-color: #ED59B0;
}
</style>
border-color css
<style>
span { border-color: #ED59B0; }
span { border-color: rgb(237,89,176); }
td.TdClassName
{
border-color: #ED59B0;
}
.TagClassName
{
border-color: #ED59B0;
}
</style>