Shades of Brilliant Rose #ED54AD
Tints of Brilliant Rose #ED54AD
RGB
CMYK
RGB Variations
Color information
#ED54AD (or 0xED54AD) is known color: Brilliant Rose. HEX triplet: ED, 54 and AD. RGB value is (237,84,173). Sum of RGB (Red+Green+Blue) = 237+84+173=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED54AD is #12AB52. Grayscale: #8B8B8B. Windows color (decimal): -1223507 or 11359469. OLE color: 11359469.
HSL color Cylindrical-coordinate representation of color #ED54AD: hue angle of 325.1º 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 #ED54AD is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 173 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.07 |
| HSL | 325.1º | 0.81% | 0.63% | - |
| HSV(B) | 325.1º | 0.65% | 0.93% | - |
| XYZ | 45.64 | 27.36 | 42.41 | - |
| YUV | 139.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 173 | 0 | 0.65 | 0.27 | 0.07 | 325.1 | 0.81 | 0.63 |
| Hex | ED | 54 | AD | 0 | 41 | 1B | 7 | 145 | 51 | 3F |
| Octal | 355 | 124 | 255 | 0 | 101 | 33 | 7 | 505 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10101101 | 0 | 1000001 | 11011 | 111 | 101000101 | 1010001 | 111111 |
Color Harmonies of #ED54AD
Complementary color
Monochromatic Colors of #ED54AD
Black with #ED54AD
Text Example
Text Example
White with #ED54AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54AD; }
p { color: rgb(237,84,173); }
H1.HeaderClassName
{
color: #ED54AD;
}
.AnyTagClassName
{
color: #ED54AD;
}
</style>
background-color css
<style>
a { background-color: #ED54AD; }
a { background-color: rgb(237,84,173); }
div.DivClassName
{
background-color: #ED54AD;
}
.BgClassName
{
background-color: #ED54AD;
}
</style>
border-color css
<style>
span { border-color: #ED54AD; }
span { border-color: rgb(237,84,173); }
td.TdClassName
{
border-color: #ED54AD;
}
.TagClassName
{
border-color: #ED54AD;
}
</style>