Shades of French Rose #ED478D
Tints of French Rose #ED478D
RGB
CMYK
RGB Variations
Color information
#ED478D (or 0xED478D) is known color: French Rose. HEX triplet: ED, 47 and 8D. RGB value is (237,71,141). Sum of RGB (Red+Green+Blue) = 237+71+141=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED478D is #12B872. Grayscale: #808080. Windows color (decimal): -1226867 or 9258989. OLE color: 9258989.
HSL color Cylindrical-coordinate representation of color #ED478D: hue angle of 334.7º 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 #ED478D is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 141 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.07 |
| HSL | 334.7º | 0.82% | 0.6% | - |
| HSV(B) | 334.7º | 0.7% | 0.93% | - |
| XYZ | 41.99 | 24.43 | 27.7 | - |
| YUV | 128.61 | 135 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 141 | 0 | 0.70 | 0.41 | 0.07 | 334.7 | 0.82 | 0.6 |
| Hex | ED | 47 | 8D | 0 | 46 | 29 | 7 | 14F | 52 | 3C |
| Octal | 355 | 107 | 215 | 0 | 106 | 51 | 7 | 517 | 122 | 74 |
| Binary | 11101101 | 1000111 | 10001101 | 0 | 1000110 | 101001 | 111 | 101001111 | 1010010 | 111100 |
Color Harmonies of #ED478D
Complementary color
Monochromatic Colors of #ED478D
Black with #ED478D
Text Example
Text Example
White with #ED478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED478D; }
p { color: rgb(237,71,141); }
H1.HeaderClassName
{
color: #ED478D;
}
.AnyTagClassName
{
color: #ED478D;
}
</style>
background-color css
<style>
a { background-color: #ED478D; }
a { background-color: rgb(237,71,141); }
div.DivClassName
{
background-color: #ED478D;
}
.BgClassName
{
background-color: #ED478D;
}
</style>
border-color css
<style>
span { border-color: #ED478D; }
span { border-color: rgb(237,71,141); }
td.TdClassName
{
border-color: #ED478D;
}
.TagClassName
{
border-color: #ED478D;
}
</style>