Shades of Brilliant Rose #ED5699
Tints of Brilliant Rose #ED5699
RGB
CMYK
RGB Variations
Color information
#ED5699 (or 0xED5699) is known color: Brilliant Rose. HEX triplet: ED, 56 and 99. RGB value is (237,86,153). Sum of RGB (Red+Green+Blue) = 237+86+153=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5699 is #12A966. Grayscale: #8A8A8A. Windows color (decimal): -1223015 or 10049261. OLE color: 10049261.
HSL color Cylindrical-coordinate representation of color #ED5699: hue angle of 333.38º 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 #ED5699 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 153 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.07 |
| HSL | 333.38º | 0.81% | 0.63% | - |
| HSV(B) | 333.38º | 0.64% | 0.93% | - |
| XYZ | 44 | 26.96 | 33.02 | - |
| YUV | 138.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 153 | 0 | 0.64 | 0.35 | 0.07 | 333.38 | 0.81 | 0.63 |
| Hex | ED | 56 | 99 | 0 | 40 | 23 | 7 | 14D | 51 | 3F |
| Octal | 355 | 126 | 231 | 0 | 100 | 43 | 7 | 515 | 121 | 77 |
| Binary | 11101101 | 1010110 | 10011001 | 0 | 1000000 | 100011 | 111 | 101001101 | 1010001 | 111111 |
Color Harmonies of #ED5699
Complementary color
Monochromatic Colors of #ED5699
Black with #ED5699
Text Example
Text Example
White with #ED5699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5699; }
p { color: rgb(237,86,153); }
H1.HeaderClassName
{
color: #ED5699;
}
.AnyTagClassName
{
color: #ED5699;
}
</style>
background-color css
<style>
a { background-color: #ED5699; }
a { background-color: rgb(237,86,153); }
div.DivClassName
{
background-color: #ED5699;
}
.BgClassName
{
background-color: #ED5699;
}
</style>
border-color css
<style>
span { border-color: #ED5699; }
span { border-color: rgb(237,86,153); }
td.TdClassName
{
border-color: #ED5699;
}
.TagClassName
{
border-color: #ED5699;
}
</style>