Shades of French Rose #ED478F
Tints of French Rose #ED478F
RGB
CMYK
RGB Variations
Color information
#ED478F (or 0xED478F) is known color: French Rose. HEX triplet: ED, 47 and 8F. RGB value is (237,71,143). Sum of RGB (Red+Green+Blue) = 237+71+143=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED478F is #12B870. Grayscale: #808080. Windows color (decimal): -1226865 or 9390061. OLE color: 9390061.
HSL color Cylindrical-coordinate representation of color #ED478F: hue angle of 333.98º 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 #ED478F is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 143 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.07 |
| HSL | 333.98º | 0.82% | 0.6% | - |
| HSV(B) | 333.98º | 0.7% | 0.93% | - |
| XYZ | 42.14 | 24.49 | 28.49 | - |
| YUV | 128.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 143 | 0 | 0.70 | 0.40 | 0.07 | 333.98 | 0.82 | 0.6 |
| Hex | ED | 47 | 8F | 0 | 46 | 28 | 7 | 14E | 52 | 3C |
| Octal | 355 | 107 | 217 | 0 | 106 | 50 | 7 | 516 | 122 | 74 |
| Binary | 11101101 | 1000111 | 10001111 | 0 | 1000110 | 101000 | 111 | 101001110 | 1010010 | 111100 |
Color Harmonies of #ED478F
Complementary color
Monochromatic Colors of #ED478F
Black with #ED478F
Text Example
Text Example
White with #ED478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED478F; }
p { color: rgb(237,71,143); }
H1.HeaderClassName
{
color: #ED478F;
}
.AnyTagClassName
{
color: #ED478F;
}
</style>
background-color css
<style>
a { background-color: #ED478F; }
a { background-color: rgb(237,71,143); }
div.DivClassName
{
background-color: #ED478F;
}
.BgClassName
{
background-color: #ED478F;
}
</style>
border-color css
<style>
span { border-color: #ED478F; }
span { border-color: rgb(237,71,143); }
td.TdClassName
{
border-color: #ED478F;
}
.TagClassName
{
border-color: #ED478F;
}
</style>