Shades of Brilliant Rose #ED54B5
Tints of Brilliant Rose #ED54B5
RGB
CMYK
RGB Variations
Color information
#ED54B5 (or 0xED54B5) is known color: Brilliant Rose. HEX triplet: ED, 54 and B5. RGB value is (237,84,181). Sum of RGB (Red+Green+Blue) = 237+84+181=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54B5 is #12AB4A. Grayscale: #8C8C8C. Windows color (decimal): -1223499 or 11883757. OLE color: 11883757.
HSL color Cylindrical-coordinate representation of color #ED54B5: hue angle of 321.96º 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 #ED54B5 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 181 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.07 |
| HSL | 321.96º | 0.81% | 0.63% | - |
| HSV(B) | 321.96º | 0.65% | 0.93% | - |
| XYZ | 46.44 | 27.68 | 46.61 | - |
| YUV | 140.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 181 | 0 | 0.65 | 0.24 | 0.07 | 321.96 | 0.81 | 0.63 |
| Hex | ED | 54 | B5 | 0 | 41 | 18 | 7 | 142 | 51 | 3F |
| Octal | 355 | 124 | 265 | 0 | 101 | 30 | 7 | 502 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10110101 | 0 | 1000001 | 11000 | 111 | 101000010 | 1010001 | 111111 |
Color Harmonies of #ED54B5
Complementary color
Monochromatic Colors of #ED54B5
Black with #ED54B5
Text Example
Text Example
White with #ED54B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54B5; }
p { color: rgb(237,84,181); }
H1.HeaderClassName
{
color: #ED54B5;
}
.AnyTagClassName
{
color: #ED54B5;
}
</style>
background-color css
<style>
a { background-color: #ED54B5; }
a { background-color: rgb(237,84,181); }
div.DivClassName
{
background-color: #ED54B5;
}
.BgClassName
{
background-color: #ED54B5;
}
</style>
border-color css
<style>
span { border-color: #ED54B5; }
span { border-color: rgb(237,84,181); }
td.TdClassName
{
border-color: #ED54B5;
}
.TagClassName
{
border-color: #ED54B5;
}
</style>