Shades of Brilliant Rose #ED5599
Tints of Brilliant Rose #ED5599
RGB
CMYK
RGB Variations
Color information
#ED5599 (or 0xED5599) is known color: Brilliant Rose. HEX triplet: ED, 55 and 99. RGB value is (237,85,153). Sum of RGB (Red+Green+Blue) = 237+85+153=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5599 is #12AA66. Grayscale: #8A8A8A. Windows color (decimal): -1223271 or 10049005. OLE color: 10049005.
HSL color Cylindrical-coordinate representation of color #ED5599: hue angle of 333.16º 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 #ED5599 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 153 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.07 |
| HSL | 333.16º | 0.81% | 0.63% | - |
| HSV(B) | 333.16º | 0.64% | 0.93% | - |
| XYZ | 43.92 | 26.8 | 33 | - |
| YUV | 138.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 153 | 0 | 0.64 | 0.35 | 0.07 | 333.16 | 0.81 | 0.63 |
| Hex | ED | 55 | 99 | 0 | 40 | 23 | 7 | 14D | 51 | 3F |
| Octal | 355 | 125 | 231 | 0 | 100 | 43 | 7 | 515 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10011001 | 0 | 1000000 | 100011 | 111 | 101001101 | 1010001 | 111111 |
Color Harmonies of #ED5599
Complementary color
Monochromatic Colors of #ED5599
Black with #ED5599
Text Example
Text Example
White with #ED5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5599; }
p { color: rgb(237,85,153); }
H1.HeaderClassName
{
color: #ED5599;
}
.AnyTagClassName
{
color: #ED5599;
}
</style>
background-color css
<style>
a { background-color: #ED5599; }
a { background-color: rgb(237,85,153); }
div.DivClassName
{
background-color: #ED5599;
}
.BgClassName
{
background-color: #ED5599;
}
</style>
border-color css
<style>
span { border-color: #ED5599; }
span { border-color: rgb(237,85,153); }
td.TdClassName
{
border-color: #ED5599;
}
.TagClassName
{
border-color: #ED5599;
}
</style>