Shades of Brilliant Rose #ED509D
Tints of Brilliant Rose #ED509D
RGB
CMYK
RGB Variations
Color information
#ED509D (or 0xED509D) is known color: Brilliant Rose. HEX triplet: ED, 50 and 9D. RGB value is (237,80,157). Sum of RGB (Red+Green+Blue) = 237+80+157=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED509D is #12AF62. Grayscale: #878787. Windows color (decimal): -1224547 or 10309869. OLE color: 10309869.
HSL color Cylindrical-coordinate representation of color #ED509D: hue angle of 330.57º 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 #ED509D is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 157 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.07 |
| HSL | 330.57º | 0.81% | 0.62% | - |
| HSV(B) | 330.57º | 0.66% | 0.93% | - |
| XYZ | 43.88 | 26.18 | 34.64 | - |
| YUV | 135.72 | 140.01 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 157 | 0 | 0.66 | 0.34 | 0.07 | 330.57 | 0.81 | 0.62 |
| Hex | ED | 50 | 9D | 0 | 42 | 22 | 7 | 14B | 51 | 3E |
| Octal | 355 | 120 | 235 | 0 | 102 | 42 | 7 | 513 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10011101 | 0 | 1000010 | 100010 | 111 | 101001011 | 1010001 | 111110 |
Color Harmonies of #ED509D
Complementary color
Monochromatic Colors of #ED509D
Black with #ED509D
Text Example
Text Example
White with #ED509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED509D; }
p { color: rgb(237,80,157); }
H1.HeaderClassName
{
color: #ED509D;
}
.AnyTagClassName
{
color: #ED509D;
}
</style>
background-color css
<style>
a { background-color: #ED509D; }
a { background-color: rgb(237,80,157); }
div.DivClassName
{
background-color: #ED509D;
}
.BgClassName
{
background-color: #ED509D;
}
</style>
border-color css
<style>
span { border-color: #ED509D; }
span { border-color: rgb(237,80,157); }
td.TdClassName
{
border-color: #ED509D;
}
.TagClassName
{
border-color: #ED509D;
}
</style>