Shades of Brilliant Rose #ED54B0
Tints of Brilliant Rose #ED54B0
RGB
CMYK
RGB Variations
Color information
#ED54B0 (or 0xED54B0) is known color: Brilliant Rose. HEX triplet: ED, 54 and B0. RGB value is (237,84,176). Sum of RGB (Red+Green+Blue) = 237+84+176=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED54B0 is #12AB4F. Grayscale: #8C8C8C. Windows color (decimal): -1223504 or 11556077. OLE color: 11556077.
HSL color Cylindrical-coordinate representation of color #ED54B0: hue angle of 323.92º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED54B0 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 176 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.07 |
| HSL | 323.92º | 0.81% | 0.63% | - |
| HSV(B) | 323.92º | 0.65% | 0.93% | - |
| XYZ | 45.93 | 27.48 | 43.96 | - |
| YUV | 140.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 176 | 0 | 0.65 | 0.26 | 0.07 | 323.92 | 0.81 | 0.63 |
| Hex | ED | 54 | B0 | 0 | 41 | 1A | 7 | 144 | 51 | 3F |
| Octal | 355 | 124 | 260 | 0 | 101 | 32 | 7 | 504 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10110000 | 0 | 1000001 | 11010 | 111 | 101000100 | 1010001 | 111111 |
Color Harmonies of #ED54B0
Complementary color
Monochromatic Colors of #ED54B0
Black with #ED54B0
Text Example
Text Example
White with #ED54B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54B0; }
p { color: rgb(237,84,176); }
H1.HeaderClassName
{
color: #ED54B0;
}
.AnyTagClassName
{
color: #ED54B0;
}
</style>
background-color css
<style>
a { background-color: #ED54B0; }
a { background-color: rgb(237,84,176); }
div.DivClassName
{
background-color: #ED54B0;
}
.BgClassName
{
background-color: #ED54B0;
}
</style>
border-color css
<style>
span { border-color: #ED54B0; }
span { border-color: rgb(237,84,176); }
td.TdClassName
{
border-color: #ED54B0;
}
.TagClassName
{
border-color: #ED54B0;
}
</style>