Shades of French Rose #EC4782
Tints of French Rose #EC4782
RGB
CMYK
RGB Variations
Color information
#EC4782 (or 0xEC4782) is known color: French Rose. HEX triplet: EC, 47 and 82. RGB value is (236,71,130). Sum of RGB (Red+Green+Blue) = 236+71+130=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4782 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4782 is #13B87D. Grayscale: #7E7E7E. Windows color (decimal): -1292414 or 8538092. OLE color: 8538092.
HSL color Cylindrical-coordinate representation of color #EC4782: hue angle of 338.55º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4782 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 130 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.07 |
| HSL | 338.55º | 0.81% | 0.6% | - |
| HSV(B) | 338.55º | 0.7% | 0.93% | - |
| XYZ | 40.87 | 23.95 | 23.59 | - |
| YUV | 127.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 130 | 0 | 0.70 | 0.45 | 0.07 | 338.55 | 0.81 | 0.6 |
| Hex | EC | 47 | 82 | 0 | 46 | 2D | 7 | 153 | 51 | 3C |
| Octal | 354 | 107 | 202 | 0 | 106 | 55 | 7 | 523 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10000010 | 0 | 1000110 | 101101 | 111 | 101010011 | 1010001 | 111100 |
Color Harmonies of #EC4782
Complementary color
Monochromatic Colors of #EC4782
Black with #EC4782
Text Example
Text Example
White with #EC4782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4782; }
p { color: rgb(236,71,130); }
H1.HeaderClassName
{
color: #EC4782;
}
.AnyTagClassName
{
color: #EC4782;
}
</style>
background-color css
<style>
a { background-color: #EC4782; }
a { background-color: rgb(236,71,130); }
div.DivClassName
{
background-color: #EC4782;
}
.BgClassName
{
background-color: #EC4782;
}
</style>
border-color css
<style>
span { border-color: #EC4782; }
span { border-color: rgb(236,71,130); }
td.TdClassName
{
border-color: #EC4782;
}
.TagClassName
{
border-color: #EC4782;
}
</style>