Shades of French Rose #ED4789
Tints of French Rose #ED4789
RGB
CMYK
RGB Variations
Color information
#ED4789 (or 0xED4789) is known color: French Rose. HEX triplet: ED, 47 and 89. RGB value is (237,71,137). Sum of RGB (Red+Green+Blue) = 237+71+137=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4789 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4789 is #12B876. Grayscale: #808080. Windows color (decimal): -1226871 or 8996845. OLE color: 8996845.
HSL color Cylindrical-coordinate representation of color #ED4789: hue angle of 336.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4789 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 137 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.07 |
| HSL | 336.14º | 0.82% | 0.6% | - |
| HSV(B) | 336.14º | 0.7% | 0.93% | - |
| XYZ | 41.69 | 24.32 | 26.16 | - |
| YUV | 128.16 | 133 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 137 | 0 | 0.70 | 0.42 | 0.07 | 336.14 | 0.82 | 0.6 |
| Hex | ED | 47 | 89 | 0 | 46 | 2A | 7 | 150 | 52 | 3C |
| Octal | 355 | 107 | 211 | 0 | 106 | 52 | 7 | 520 | 122 | 74 |
| Binary | 11101101 | 1000111 | 10001001 | 0 | 1000110 | 101010 | 111 | 101010000 | 1010010 | 111100 |
Color Harmonies of #ED4789
Complementary color
Monochromatic Colors of #ED4789
Black with #ED4789
Text Example
Text Example
White with #ED4789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4789; }
p { color: rgb(237,71,137); }
H1.HeaderClassName
{
color: #ED4789;
}
.AnyTagClassName
{
color: #ED4789;
}
</style>
background-color css
<style>
a { background-color: #ED4789; }
a { background-color: rgb(237,71,137); }
div.DivClassName
{
background-color: #ED4789;
}
.BgClassName
{
background-color: #ED4789;
}
</style>
border-color css
<style>
span { border-color: #ED4789; }
span { border-color: rgb(237,71,137); }
td.TdClassName
{
border-color: #ED4789;
}
.TagClassName
{
border-color: #ED4789;
}
</style>