Shades of Brilliant Rose #ED59AD
Tints of Brilliant Rose #ED59AD
RGB
CMYK
RGB Variations
Color information
#ED59AD (or 0xED59AD) is known color: Brilliant Rose. HEX triplet: ED, 59 and AD. RGB value is (237,89,173). Sum of RGB (Red+Green+Blue) = 237+89+173=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED59AD is #12A652. Grayscale: #8E8E8E. Windows color (decimal): -1222227 or 11360749. OLE color: 11360749.
HSL color Cylindrical-coordinate representation of color #ED59AD: hue angle of 325.95º 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 #ED59AD is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 173 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.07 |
| HSL | 325.95º | 0.8% | 0.64% | - |
| HSV(B) | 325.95º | 0.62% | 0.93% | - |
| XYZ | 46.04 | 28.17 | 42.55 | - |
| YUV | 142.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 173 | 0 | 0.62 | 0.27 | 0.07 | 325.95 | 0.8 | 0.64 |
| Hex | ED | 59 | AD | 0 | 3E | 1B | 7 | 146 | 50 | 40 |
| Octal | 355 | 131 | 255 | 0 | 76 | 33 | 7 | 506 | 120 | 100 |
| Binary | 11101101 | 1011001 | 10101101 | 0 | 111110 | 11011 | 111 | 101000110 | 1010000 | 1000000 |
Color Harmonies of #ED59AD
Complementary color
Monochromatic Colors of #ED59AD
Black with #ED59AD
Text Example
Text Example
White with #ED59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59AD; }
p { color: rgb(237,89,173); }
H1.HeaderClassName
{
color: #ED59AD;
}
.AnyTagClassName
{
color: #ED59AD;
}
</style>
background-color css
<style>
a { background-color: #ED59AD; }
a { background-color: rgb(237,89,173); }
div.DivClassName
{
background-color: #ED59AD;
}
.BgClassName
{
background-color: #ED59AD;
}
</style>
border-color css
<style>
span { border-color: #ED59AD; }
span { border-color: rgb(237,89,173); }
td.TdClassName
{
border-color: #ED59AD;
}
.TagClassName
{
border-color: #ED59AD;
}
</style>