Shades of French Rose #ED4895
Tints of French Rose #ED4895
RGB
CMYK
RGB Variations
Color information
#ED4895 (or 0xED4895) is known color: French Rose. HEX triplet: ED, 48 and 95. RGB value is (237,72,149). Sum of RGB (Red+Green+Blue) = 237+72+149=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4895 is #12B76A. Grayscale: #818181. Windows color (decimal): -1226603 or 9783533. OLE color: 9783533.
HSL color Cylindrical-coordinate representation of color #ED4895: hue angle of 332º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4895 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 149 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.07 |
| HSL | 332º | 0.82% | 0.61% | - |
| HSV(B) | 332º | 0.7% | 0.93% | - |
| XYZ | 42.67 | 24.81 | 30.97 | - |
| YUV | 130.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 149 | 0 | 0.70 | 0.37 | 0.07 | 332 | 0.82 | 0.61 |
| Hex | ED | 48 | 95 | 0 | 46 | 25 | 7 | 14C | 52 | 3D |
| Octal | 355 | 110 | 225 | 0 | 106 | 45 | 7 | 514 | 122 | 75 |
| Binary | 11101101 | 1001000 | 10010101 | 0 | 1000110 | 100101 | 111 | 101001100 | 1010010 | 111101 |
Color Harmonies of #ED4895
Complementary color
Monochromatic Colors of #ED4895
Black with #ED4895
Text Example
Text Example
White with #ED4895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4895; }
p { color: rgb(237,72,149); }
H1.HeaderClassName
{
color: #ED4895;
}
.AnyTagClassName
{
color: #ED4895;
}
</style>
background-color css
<style>
a { background-color: #ED4895; }
a { background-color: rgb(237,72,149); }
div.DivClassName
{
background-color: #ED4895;
}
.BgClassName
{
background-color: #ED4895;
}
</style>
border-color css
<style>
span { border-color: #ED4895; }
span { border-color: rgb(237,72,149); }
td.TdClassName
{
border-color: #ED4895;
}
.TagClassName
{
border-color: #ED4895;
}
</style>