Shades of French Rose #EC4D93
Tints of French Rose #EC4D93
RGB
CMYK
RGB Variations
Color information
#EC4D93 (or 0xEC4D93) is known color: French Rose. HEX triplet: EC, 4D and 93. RGB value is (236,77,147). Sum of RGB (Red+Green+Blue) = 236+77+147=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D93 is #13B26C. Grayscale: #848484. Windows color (decimal): -1290861 or 9653740. OLE color: 9653740.
HSL color Cylindrical-coordinate representation of color #EC4D93: hue angle of 333.58º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4D93 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 147 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.07 |
| HSL | 333.58º | 0.81% | 0.61% | - |
| HSV(B) | 333.58º | 0.67% | 0.93% | - |
| XYZ | 42.51 | 25.25 | 30.24 | - |
| YUV | 132.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 147 | 0 | 0.67 | 0.38 | 0.07 | 333.58 | 0.81 | 0.61 |
| Hex | EC | 4D | 93 | 0 | 43 | 26 | 7 | 14E | 51 | 3D |
| Octal | 354 | 115 | 223 | 0 | 103 | 46 | 7 | 516 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10010011 | 0 | 1000011 | 100110 | 111 | 101001110 | 1010001 | 111101 |
Color Harmonies of #EC4D93
Complementary color
Monochromatic Colors of #EC4D93
Black with #EC4D93
Text Example
Text Example
White with #EC4D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D93; }
p { color: rgb(236,77,147); }
H1.HeaderClassName
{
color: #EC4D93;
}
.AnyTagClassName
{
color: #EC4D93;
}
</style>
background-color css
<style>
a { background-color: #EC4D93; }
a { background-color: rgb(236,77,147); }
div.DivClassName
{
background-color: #EC4D93;
}
.BgClassName
{
background-color: #EC4D93;
}
</style>
border-color css
<style>
span { border-color: #EC4D93; }
span { border-color: rgb(236,77,147); }
td.TdClassName
{
border-color: #EC4D93;
}
.TagClassName
{
border-color: #EC4D93;
}
</style>