Shades of French Rose #ED5492
Tints of French Rose #ED5492
RGB
CMYK
RGB Variations
Color information
#ED5492 (or 0xED5492) is known color: French Rose. HEX triplet: ED, 54 and 92. RGB value is (237,84,146). Sum of RGB (Red+Green+Blue) = 237+84+146=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5492 is #12AB6D. Grayscale: #888888. Windows color (decimal): -1223534 or 9589997. OLE color: 9589997.
HSL color Cylindrical-coordinate representation of color #ED5492: hue angle of 335.69º 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 #ED5492 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 146 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.07 |
| HSL | 335.69º | 0.81% | 0.63% | - |
| HSV(B) | 335.69º | 0.65% | 0.93% | - |
| XYZ | 43.28 | 26.42 | 30.01 | - |
| YUV | 136.82 | 133.19 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 146 | 0 | 0.65 | 0.38 | 0.07 | 335.69 | 0.81 | 0.63 |
| Hex | ED | 54 | 92 | 0 | 41 | 26 | 7 | 150 | 51 | 3F |
| Octal | 355 | 124 | 222 | 0 | 101 | 46 | 7 | 520 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10010010 | 0 | 1000001 | 100110 | 111 | 101010000 | 1010001 | 111111 |
Color Harmonies of #ED5492
Complementary color
Monochromatic Colors of #ED5492
Black with #ED5492
Text Example
Text Example
White with #ED5492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5492; }
p { color: rgb(237,84,146); }
H1.HeaderClassName
{
color: #ED5492;
}
.AnyTagClassName
{
color: #ED5492;
}
</style>
background-color css
<style>
a { background-color: #ED5492; }
a { background-color: rgb(237,84,146); }
div.DivClassName
{
background-color: #ED5492;
}
.BgClassName
{
background-color: #ED5492;
}
</style>
border-color css
<style>
span { border-color: #ED5492; }
span { border-color: rgb(237,84,146); }
td.TdClassName
{
border-color: #ED5492;
}
.TagClassName
{
border-color: #ED5492;
}
</style>