Shades of French Rose #ED478E
Tints of French Rose #ED478E
RGB
CMYK
RGB Variations
Color information
#ED478E (or 0xED478E) is known color: French Rose. HEX triplet: ED, 47 and 8E. RGB value is (237,71,142). Sum of RGB (Red+Green+Blue) = 237+71+142=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED478E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED478E is #12B871. Grayscale: #808080. Windows color (decimal): -1226866 or 9324525. OLE color: 9324525.
HSL color Cylindrical-coordinate representation of color #ED478E: hue angle of 334.34º 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 #ED478E is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 142 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.07 |
| HSL | 334.34º | 0.82% | 0.6% | - |
| HSV(B) | 334.34º | 0.7% | 0.93% | - |
| XYZ | 42.06 | 24.46 | 28.1 | - |
| YUV | 128.73 | 135.5 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 142 | 0 | 0.70 | 0.40 | 0.07 | 334.34 | 0.82 | 0.6 |
| Hex | ED | 47 | 8E | 0 | 46 | 28 | 7 | 14E | 52 | 3C |
| Octal | 355 | 107 | 216 | 0 | 106 | 50 | 7 | 516 | 122 | 74 |
| Binary | 11101101 | 1000111 | 10001110 | 0 | 1000110 | 101000 | 111 | 101001110 | 1010010 | 111100 |
Color Harmonies of #ED478E
Complementary color
Monochromatic Colors of #ED478E
Black with #ED478E
Text Example
Text Example
White with #ED478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED478E; }
p { color: rgb(237,71,142); }
H1.HeaderClassName
{
color: #ED478E;
}
.AnyTagClassName
{
color: #ED478E;
}
</style>
background-color css
<style>
a { background-color: #ED478E; }
a { background-color: rgb(237,71,142); }
div.DivClassName
{
background-color: #ED478E;
}
.BgClassName
{
background-color: #ED478E;
}
</style>
border-color css
<style>
span { border-color: #ED478E; }
span { border-color: rgb(237,71,142); }
td.TdClassName
{
border-color: #ED478E;
}
.TagClassName
{
border-color: #ED478E;
}
</style>