Shades of Brilliant Rose #ED559D
Tints of Brilliant Rose #ED559D
RGB
CMYK
RGB Variations
Color information
#ED559D (or 0xED559D) is known color: Brilliant Rose. HEX triplet: ED, 55 and 9D. RGB value is (237,85,157). Sum of RGB (Red+Green+Blue) = 237+85+157=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED559D is #12AA62. Grayscale: #8A8A8A. Windows color (decimal): -1223267 or 10311149. OLE color: 10311149.
HSL color Cylindrical-coordinate representation of color #ED559D: hue angle of 331.58º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED559D is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 157 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.07 |
| HSL | 331.58º | 0.81% | 0.63% | - |
| HSV(B) | 331.58º | 0.64% | 0.93% | - |
| XYZ | 44.26 | 26.94 | 34.76 | - |
| YUV | 138.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 157 | 0 | 0.64 | 0.34 | 0.07 | 331.58 | 0.81 | 0.63 |
| Hex | ED | 55 | 9D | 0 | 40 | 22 | 7 | 14C | 51 | 3F |
| Octal | 355 | 125 | 235 | 0 | 100 | 42 | 7 | 514 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10011101 | 0 | 1000000 | 100010 | 111 | 101001100 | 1010001 | 111111 |
Color Harmonies of #ED559D
Complementary color
Monochromatic Colors of #ED559D
Black with #ED559D
Text Example
Text Example
White with #ED559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED559D; }
p { color: rgb(237,85,157); }
H1.HeaderClassName
{
color: #ED559D;
}
.AnyTagClassName
{
color: #ED559D;
}
</style>
background-color css
<style>
a { background-color: #ED559D; }
a { background-color: rgb(237,85,157); }
div.DivClassName
{
background-color: #ED559D;
}
.BgClassName
{
background-color: #ED559D;
}
</style>
border-color css
<style>
span { border-color: #ED559D; }
span { border-color: rgb(237,85,157); }
td.TdClassName
{
border-color: #ED559D;
}
.TagClassName
{
border-color: #ED559D;
}
</style>