Shades of French Rose #EC4C93
Tints of French Rose #EC4C93
RGB
CMYK
RGB Variations
Color information
#EC4C93 (or 0xEC4C93) is known color: French Rose. HEX triplet: EC, 4C and 93. RGB value is (236,76,147). Sum of RGB (Red+Green+Blue) = 236+76+147=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C93 is #13B36C. Grayscale: #838383. Windows color (decimal): -1291117 or 9653484. OLE color: 9653484.
HSL color Cylindrical-coordinate representation of color #EC4C93: hue angle of 333.38º degrees, saturation: 0.81, 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 #EC4C93 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 147 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.07 |
| HSL | 333.38º | 0.81% | 0.61% | - |
| HSV(B) | 333.38º | 0.68% | 0.93% | - |
| XYZ | 42.44 | 25.11 | 30.21 | - |
| YUV | 131.93 | 136.51 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 147 | 0 | 0.68 | 0.38 | 0.07 | 333.38 | 0.81 | 0.61 |
| Hex | EC | 4C | 93 | 0 | 44 | 26 | 7 | 14D | 51 | 3D |
| Octal | 354 | 114 | 223 | 0 | 104 | 46 | 7 | 515 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10010011 | 0 | 1000100 | 100110 | 111 | 101001101 | 1010001 | 111101 |
Color Harmonies of #EC4C93
Complementary color
Monochromatic Colors of #EC4C93
Black with #EC4C93
Text Example
Text Example
White with #EC4C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C93; }
p { color: rgb(236,76,147); }
H1.HeaderClassName
{
color: #EC4C93;
}
.AnyTagClassName
{
color: #EC4C93;
}
</style>
background-color css
<style>
a { background-color: #EC4C93; }
a { background-color: rgb(236,76,147); }
div.DivClassName
{
background-color: #EC4C93;
}
.BgClassName
{
background-color: #EC4C93;
}
</style>
border-color css
<style>
span { border-color: #EC4C93; }
span { border-color: rgb(236,76,147); }
td.TdClassName
{
border-color: #EC4C93;
}
.TagClassName
{
border-color: #EC4C93;
}
</style>