Shades of Brilliant Rose #ED509C
Tints of Brilliant Rose #ED509C
RGB
CMYK
RGB Variations
Color information
#ED509C (or 0xED509C) is known color: Brilliant Rose. HEX triplet: ED, 50 and 9C. RGB value is (237,80,156). Sum of RGB (Red+Green+Blue) = 237+80+156=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED509C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED509C is #12AF63. Grayscale: #878787. Windows color (decimal): -1224548 or 10244333. OLE color: 10244333.
HSL color Cylindrical-coordinate representation of color #ED509C: hue angle of 330.96º 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 #ED509C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 156 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.07 |
| HSL | 330.96º | 0.81% | 0.62% | - |
| HSV(B) | 330.96º | 0.66% | 0.93% | - |
| XYZ | 43.79 | 26.14 | 34.19 | - |
| YUV | 135.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 156 | 0 | 0.66 | 0.34 | 0.07 | 330.96 | 0.81 | 0.62 |
| Hex | ED | 50 | 9C | 0 | 42 | 22 | 7 | 14B | 51 | 3E |
| Octal | 355 | 120 | 234 | 0 | 102 | 42 | 7 | 513 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10011100 | 0 | 1000010 | 100010 | 111 | 101001011 | 1010001 | 111110 |
Color Harmonies of #ED509C
Complementary color
Monochromatic Colors of #ED509C
Black with #ED509C
Text Example
Text Example
White with #ED509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED509C; }
p { color: rgb(237,80,156); }
H1.HeaderClassName
{
color: #ED509C;
}
.AnyTagClassName
{
color: #ED509C;
}
</style>
background-color css
<style>
a { background-color: #ED509C; }
a { background-color: rgb(237,80,156); }
div.DivClassName
{
background-color: #ED509C;
}
.BgClassName
{
background-color: #ED509C;
}
</style>
border-color css
<style>
span { border-color: #ED509C; }
span { border-color: rgb(237,80,156); }
td.TdClassName
{
border-color: #ED509C;
}
.TagClassName
{
border-color: #ED509C;
}
</style>