Shades of Brilliant Rose #ED50B6
Tints of Brilliant Rose #ED50B6
RGB
CMYK
RGB Variations
Color information
#ED50B6 (or 0xED50B6) is known color: Brilliant Rose. HEX triplet: ED, 50 and B6. RGB value is (237,80,182). Sum of RGB (Red+Green+Blue) = 237+80+182=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED50B6 is #12AF49. Grayscale: #8A8A8A. Windows color (decimal): -1224522 or 11948269. OLE color: 11948269.
HSL color Cylindrical-coordinate representation of color #ED50B6: hue angle of 321.02º 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 #ED50B6 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 182 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.07 |
| HSL | 321.02º | 0.81% | 0.62% | - |
| HSV(B) | 321.02º | 0.66% | 0.93% | - |
| XYZ | 46.24 | 27.12 | 47.05 | - |
| YUV | 138.57 | 152.51 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 182 | 0 | 0.66 | 0.23 | 0.07 | 321.02 | 0.81 | 0.62 |
| Hex | ED | 50 | B6 | 0 | 42 | 17 | 7 | 141 | 51 | 3E |
| Octal | 355 | 120 | 266 | 0 | 102 | 27 | 7 | 501 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10110110 | 0 | 1000010 | 10111 | 111 | 101000001 | 1010001 | 111110 |
Color Harmonies of #ED50B6
Complementary color
Monochromatic Colors of #ED50B6
Black with #ED50B6
Text Example
Text Example
White with #ED50B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED50B6; }
p { color: rgb(237,80,182); }
H1.HeaderClassName
{
color: #ED50B6;
}
.AnyTagClassName
{
color: #ED50B6;
}
</style>
background-color css
<style>
a { background-color: #ED50B6; }
a { background-color: rgb(237,80,182); }
div.DivClassName
{
background-color: #ED50B6;
}
.BgClassName
{
background-color: #ED50B6;
}
</style>
border-color css
<style>
span { border-color: #ED50B6; }
span { border-color: rgb(237,80,182); }
td.TdClassName
{
border-color: #ED50B6;
}
.TagClassName
{
border-color: #ED50B6;
}
</style>