Shades of French Rose #EC4F93
Tints of French Rose #EC4F93
RGB
CMYK
RGB Variations
Color information
#EC4F93 (or 0xEC4F93) is known color: French Rose. HEX triplet: EC, 4F and 93. RGB value is (236,79,147). Sum of RGB (Red+Green+Blue) = 236+79+147=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F93 is #13B06C. Grayscale: #858585. Windows color (decimal): -1290349 or 9654252. OLE color: 9654252.
HSL color Cylindrical-coordinate representation of color #EC4F93: hue angle of 334.01º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4F93 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 147 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.07 |
| HSL | 334.01º | 0.81% | 0.62% | - |
| HSV(B) | 334.01º | 0.67% | 0.93% | - |
| XYZ | 42.65 | 25.53 | 30.28 | - |
| YUV | 133.7 | 135.51 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 147 | 0 | 0.67 | 0.38 | 0.07 | 334.01 | 0.81 | 0.62 |
| Hex | EC | 4F | 93 | 0 | 43 | 26 | 7 | 14E | 51 | 3E |
| Octal | 354 | 117 | 223 | 0 | 103 | 46 | 7 | 516 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10010011 | 0 | 1000011 | 100110 | 111 | 101001110 | 1010001 | 111110 |
Color Harmonies of #EC4F93
Complementary color
Monochromatic Colors of #EC4F93
Black with #EC4F93
Text Example
Text Example
White with #EC4F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F93; }
p { color: rgb(236,79,147); }
H1.HeaderClassName
{
color: #EC4F93;
}
.AnyTagClassName
{
color: #EC4F93;
}
</style>
background-color css
<style>
a { background-color: #EC4F93; }
a { background-color: rgb(236,79,147); }
div.DivClassName
{
background-color: #EC4F93;
}
.BgClassName
{
background-color: #EC4F93;
}
</style>
border-color css
<style>
span { border-color: #EC4F93; }
span { border-color: rgb(236,79,147); }
td.TdClassName
{
border-color: #EC4F93;
}
.TagClassName
{
border-color: #EC4F93;
}
</style>