Shades of Brilliant Rose #ED559C
Tints of Brilliant Rose #ED559C
RGB
CMYK
RGB Variations
Color information
#ED559C (or 0xED559C) is known color: Brilliant Rose. HEX triplet: ED, 55 and 9C. RGB value is (237,85,156). Sum of RGB (Red+Green+Blue) = 237+85+156=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED559C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED559C is #12AA63. Grayscale: #8A8A8A. Windows color (decimal): -1223268 or 10245613. OLE color: 10245613.
HSL color Cylindrical-coordinate representation of color #ED559C: hue angle of 331.97º 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 #ED559C is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 156 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.07 |
| HSL | 331.97º | 0.81% | 0.63% | - |
| HSV(B) | 331.97º | 0.64% | 0.93% | - |
| XYZ | 44.17 | 26.9 | 34.32 | - |
| YUV | 138.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 156 | 0 | 0.64 | 0.34 | 0.07 | 331.97 | 0.81 | 0.63 |
| Hex | ED | 55 | 9C | 0 | 40 | 22 | 7 | 14C | 51 | 3F |
| Octal | 355 | 125 | 234 | 0 | 100 | 42 | 7 | 514 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10011100 | 0 | 1000000 | 100010 | 111 | 101001100 | 1010001 | 111111 |
Color Harmonies of #ED559C
Complementary color
Monochromatic Colors of #ED559C
Black with #ED559C
Text Example
Text Example
White with #ED559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED559C; }
p { color: rgb(237,85,156); }
H1.HeaderClassName
{
color: #ED559C;
}
.AnyTagClassName
{
color: #ED559C;
}
</style>
background-color css
<style>
a { background-color: #ED559C; }
a { background-color: rgb(237,85,156); }
div.DivClassName
{
background-color: #ED559C;
}
.BgClassName
{
background-color: #ED559C;
}
</style>
border-color css
<style>
span { border-color: #ED559C; }
span { border-color: rgb(237,85,156); }
td.TdClassName
{
border-color: #ED559C;
}
.TagClassName
{
border-color: #ED559C;
}
</style>