Shades of French Rose #ED548E
Tints of French Rose #ED548E
RGB
CMYK
RGB Variations
Color information
#ED548E (or 0xED548E) is known color: French Rose. HEX triplet: ED, 54 and 8E. RGB value is (237,84,142). Sum of RGB (Red+Green+Blue) = 237+84+142=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED548E is #12AB71. Grayscale: #888888. Windows color (decimal): -1223538 or 9327853. OLE color: 9327853.
HSL color Cylindrical-coordinate representation of color #ED548E: hue angle of 337.25º 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 #ED548E is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 142 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.07 |
| HSL | 337.25º | 0.81% | 0.63% | - |
| HSV(B) | 337.25º | 0.65% | 0.93% | - |
| XYZ | 42.98 | 26.3 | 28.4 | - |
| YUV | 136.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 142 | 0 | 0.65 | 0.40 | 0.07 | 337.25 | 0.81 | 0.63 |
| Hex | ED | 54 | 8E | 0 | 41 | 28 | 7 | 151 | 51 | 3F |
| Octal | 355 | 124 | 216 | 0 | 101 | 50 | 7 | 521 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10001110 | 0 | 1000001 | 101000 | 111 | 101010001 | 1010001 | 111111 |
Color Harmonies of #ED548E
Complementary color
Monochromatic Colors of #ED548E
Black with #ED548E
Text Example
Text Example
White with #ED548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED548E; }
p { color: rgb(237,84,142); }
H1.HeaderClassName
{
color: #ED548E;
}
.AnyTagClassName
{
color: #ED548E;
}
</style>
background-color css
<style>
a { background-color: #ED548E; }
a { background-color: rgb(237,84,142); }
div.DivClassName
{
background-color: #ED548E;
}
.BgClassName
{
background-color: #ED548E;
}
</style>
border-color css
<style>
span { border-color: #ED548E; }
span { border-color: rgb(237,84,142); }
td.TdClassName
{
border-color: #ED548E;
}
.TagClassName
{
border-color: #ED548E;
}
</style>