Shades of French Rose #ED4C84
Tints of French Rose #ED4C84
RGB
CMYK
RGB Variations
Color information
#ED4C84 (or 0xED4C84) is known color: French Rose. HEX triplet: ED, 4C and 84. RGB value is (237,76,132). Sum of RGB (Red+Green+Blue) = 237+76+132=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4C84 is #12B37B. Grayscale: #828282. Windows color (decimal): -1225596 or 8670445. OLE color: 8670445.
HSL color Cylindrical-coordinate representation of color #ED4C84: hue angle of 339.13º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4C84 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 132 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.07 |
| HSL | 339.13º | 0.82% | 0.61% | - |
| HSV(B) | 339.13º | 0.68% | 0.93% | - |
| XYZ | 41.67 | 24.84 | 24.43 | - |
| YUV | 130.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 132 | 0 | 0.68 | 0.44 | 0.07 | 339.13 | 0.82 | 0.61 |
| Hex | ED | 4C | 84 | 0 | 44 | 2C | 7 | 153 | 52 | 3D |
| Octal | 355 | 114 | 204 | 0 | 104 | 54 | 7 | 523 | 122 | 75 |
| Binary | 11101101 | 1001100 | 10000100 | 0 | 1000100 | 101100 | 111 | 101010011 | 1010010 | 111101 |
Color Harmonies of #ED4C84
Complementary color
Monochromatic Colors of #ED4C84
Black with #ED4C84
Text Example
Text Example
White with #ED4C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4C84; }
p { color: rgb(237,76,132); }
H1.HeaderClassName
{
color: #ED4C84;
}
.AnyTagClassName
{
color: #ED4C84;
}
</style>
background-color css
<style>
a { background-color: #ED4C84; }
a { background-color: rgb(237,76,132); }
div.DivClassName
{
background-color: #ED4C84;
}
.BgClassName
{
background-color: #ED4C84;
}
</style>
border-color css
<style>
span { border-color: #ED4C84; }
span { border-color: rgb(237,76,132); }
td.TdClassName
{
border-color: #ED4C84;
}
.TagClassName
{
border-color: #ED4C84;
}
</style>