Shades of French Rose #ED4790
Tints of French Rose #ED4790
RGB
CMYK
RGB Variations
Color information
#ED4790 (or 0xED4790) is known color: French Rose. HEX triplet: ED, 47 and 90. RGB value is (237,71,144). Sum of RGB (Red+Green+Blue) = 237+71+144=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4790 is #12B86F. Grayscale: #808080. Windows color (decimal): -1226864 or 9455597. OLE color: 9455597.
HSL color Cylindrical-coordinate representation of color #ED4790: hue angle of 333.61º 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 #ED4790 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 144 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.07 |
| HSL | 333.61º | 0.82% | 0.6% | - |
| HSV(B) | 333.61º | 0.7% | 0.93% | - |
| XYZ | 42.21 | 24.52 | 28.89 | - |
| YUV | 128.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 144 | 0 | 0.70 | 0.39 | 0.07 | 333.61 | 0.82 | 0.6 |
| Hex | ED | 47 | 90 | 0 | 46 | 27 | 7 | 14E | 52 | 3C |
| Octal | 355 | 107 | 220 | 0 | 106 | 47 | 7 | 516 | 122 | 74 |
| Binary | 11101101 | 1000111 | 10010000 | 0 | 1000110 | 100111 | 111 | 101001110 | 1010010 | 111100 |
Color Harmonies of #ED4790
Complementary color
Monochromatic Colors of #ED4790
Black with #ED4790
Text Example
Text Example
White with #ED4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4790; }
p { color: rgb(237,71,144); }
H1.HeaderClassName
{
color: #ED4790;
}
.AnyTagClassName
{
color: #ED4790;
}
</style>
background-color css
<style>
a { background-color: #ED4790; }
a { background-color: rgb(237,71,144); }
div.DivClassName
{
background-color: #ED4790;
}
.BgClassName
{
background-color: #ED4790;
}
</style>
border-color css
<style>
span { border-color: #ED4790; }
span { border-color: rgb(237,71,144); }
td.TdClassName
{
border-color: #ED4790;
}
.TagClassName
{
border-color: #ED4790;
}
</style>