Shades of French Rose #EC4F9A
Tints of French Rose #EC4F9A
RGB
CMYK
RGB Variations
Color information
#EC4F9A (or 0xEC4F9A) is known color: French Rose. HEX triplet: EC, 4F and 9A. RGB value is (236,79,154). Sum of RGB (Red+Green+Blue) = 236+79+154=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F9A is #13B065. Grayscale: #868686. Windows color (decimal): -1290342 or 10113004. OLE color: 10113004.
HSL color Cylindrical-coordinate representation of color #EC4F9A: hue angle of 331.34º 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 #EC4F9A is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 154 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.07 |
| HSL | 331.34º | 0.81% | 0.62% | - |
| HSV(B) | 331.34º | 0.67% | 0.93% | - |
| XYZ | 43.22 | 25.76 | 33.27 | - |
| YUV | 134.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 154 | 0 | 0.67 | 0.35 | 0.07 | 331.34 | 0.81 | 0.62 |
| Hex | EC | 4F | 9A | 0 | 43 | 23 | 7 | 14B | 51 | 3E |
| Octal | 354 | 117 | 232 | 0 | 103 | 43 | 7 | 513 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10011010 | 0 | 1000011 | 100011 | 111 | 101001011 | 1010001 | 111110 |
Color Harmonies of #EC4F9A
Complementary color
Monochromatic Colors of #EC4F9A
Black with #EC4F9A
Text Example
Text Example
White with #EC4F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F9A; }
p { color: rgb(236,79,154); }
H1.HeaderClassName
{
color: #EC4F9A;
}
.AnyTagClassName
{
color: #EC4F9A;
}
</style>
background-color css
<style>
a { background-color: #EC4F9A; }
a { background-color: rgb(236,79,154); }
div.DivClassName
{
background-color: #EC4F9A;
}
.BgClassName
{
background-color: #EC4F9A;
}
</style>
border-color css
<style>
span { border-color: #EC4F9A; }
span { border-color: rgb(236,79,154); }
td.TdClassName
{
border-color: #EC4F9A;
}
.TagClassName
{
border-color: #EC4F9A;
}
</style>