Shades of Brilliant Rose #ED54A7
Tints of Brilliant Rose #ED54A7
RGB
CMYK
RGB Variations
Color information
#ED54A7 (or 0xED54A7) is known color: Brilliant Rose. HEX triplet: ED, 54 and A7. RGB value is (237,84,167). Sum of RGB (Red+Green+Blue) = 237+84+167=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED54A7 is #12AB58. Grayscale: #8B8B8B. Windows color (decimal): -1223513 or 10966253. OLE color: 10966253.
HSL color Cylindrical-coordinate representation of color #ED54A7: hue angle of 327.45º 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 #ED54A7 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 167 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.07 |
| HSL | 327.45º | 0.81% | 0.63% | - |
| HSV(B) | 327.45º | 0.65% | 0.93% | - |
| XYZ | 45.07 | 27.14 | 39.42 | - |
| YUV | 139.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 167 | 0 | 0.65 | 0.30 | 0.07 | 327.45 | 0.81 | 0.63 |
| Hex | ED | 54 | A7 | 0 | 41 | 1E | 7 | 147 | 51 | 3F |
| Octal | 355 | 124 | 247 | 0 | 101 | 36 | 7 | 507 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10100111 | 0 | 1000001 | 11110 | 111 | 101000111 | 1010001 | 111111 |
Color Harmonies of #ED54A7
Complementary color
Monochromatic Colors of #ED54A7
Black with #ED54A7
Text Example
Text Example
White with #ED54A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54A7; }
p { color: rgb(237,84,167); }
H1.HeaderClassName
{
color: #ED54A7;
}
.AnyTagClassName
{
color: #ED54A7;
}
</style>
background-color css
<style>
a { background-color: #ED54A7; }
a { background-color: rgb(237,84,167); }
div.DivClassName
{
background-color: #ED54A7;
}
.BgClassName
{
background-color: #ED54A7;
}
</style>
border-color css
<style>
span { border-color: #ED54A7; }
span { border-color: rgb(237,84,167); }
td.TdClassName
{
border-color: #ED54A7;
}
.TagClassName
{
border-color: #ED54A7;
}
</style>