Shades of Brilliant Rose #ED50A9
Tints of Brilliant Rose #ED50A9
RGB
CMYK
RGB Variations
Color information
#ED50A9 (or 0xED50A9) is known color: Brilliant Rose. HEX triplet: ED, 50 and A9. RGB value is (237,80,169). Sum of RGB (Red+Green+Blue) = 237+80+169=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED50A9 is #12AF56. Grayscale: #888888. Windows color (decimal): -1224535 or 11096301. OLE color: 11096301.
HSL color Cylindrical-coordinate representation of color #ED50A9: hue angle of 325.99º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED50A9 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 169 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.07 |
| HSL | 325.99º | 0.81% | 0.62% | - |
| HSV(B) | 325.99º | 0.66% | 0.93% | - |
| XYZ | 44.96 | 26.61 | 40.3 | - |
| YUV | 137.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 169 | 0 | 0.66 | 0.29 | 0.07 | 325.99 | 0.81 | 0.62 |
| Hex | ED | 50 | A9 | 0 | 42 | 1D | 7 | 146 | 51 | 3E |
| Octal | 355 | 120 | 251 | 0 | 102 | 35 | 7 | 506 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10101001 | 0 | 1000010 | 11101 | 111 | 101000110 | 1010001 | 111110 |
Color Harmonies of #ED50A9
Complementary color
Monochromatic Colors of #ED50A9
Black with #ED50A9
Text Example
Text Example
White with #ED50A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED50A9; }
p { color: rgb(237,80,169); }
H1.HeaderClassName
{
color: #ED50A9;
}
.AnyTagClassName
{
color: #ED50A9;
}
</style>
background-color css
<style>
a { background-color: #ED50A9; }
a { background-color: rgb(237,80,169); }
div.DivClassName
{
background-color: #ED50A9;
}
.BgClassName
{
background-color: #ED50A9;
}
</style>
border-color css
<style>
span { border-color: #ED50A9; }
span { border-color: rgb(237,80,169); }
td.TdClassName
{
border-color: #ED50A9;
}
.TagClassName
{
border-color: #ED50A9;
}
</style>