Shades of French Rose #EC4580
Tints of French Rose #EC4580
RGB
CMYK
RGB Variations
Color information
#EC4580 (or 0xEC4580) is known color: French Rose. HEX triplet: EC, 45 and 80. RGB value is (236,69,128). Sum of RGB (Red+Green+Blue) = 236+69+128=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4580 is #13BA7F. Grayscale: #7D7D7D. Windows color (decimal): -1292928 or 8406508. OLE color: 8406508.
HSL color Cylindrical-coordinate representation of color #EC4580: hue angle of 338.8º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4580 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 128 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.07 |
| HSL | 338.8º | 0.81% | 0.6% | - |
| HSV(B) | 338.8º | 0.71% | 0.93% | - |
| XYZ | 40.62 | 23.65 | 22.85 | - |
| YUV | 125.66 | 129.33 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 128 | 0 | 0.71 | 0.46 | 0.07 | 338.8 | 0.81 | 0.6 |
| Hex | EC | 45 | 80 | 0 | 47 | 2E | 7 | 153 | 51 | 3C |
| Octal | 354 | 105 | 200 | 0 | 107 | 56 | 7 | 523 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10000000 | 0 | 1000111 | 101110 | 111 | 101010011 | 1010001 | 111100 |
Color Harmonies of #EC4580
Complementary color
Monochromatic Colors of #EC4580
Black with #EC4580
Text Example
Text Example
White with #EC4580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4580; }
p { color: rgb(236,69,128); }
H1.HeaderClassName
{
color: #EC4580;
}
.AnyTagClassName
{
color: #EC4580;
}
</style>
background-color css
<style>
a { background-color: #EC4580; }
a { background-color: rgb(236,69,128); }
div.DivClassName
{
background-color: #EC4580;
}
.BgClassName
{
background-color: #EC4580;
}
</style>
border-color css
<style>
span { border-color: #EC4580; }
span { border-color: rgb(236,69,128); }
td.TdClassName
{
border-color: #EC4580;
}
.TagClassName
{
border-color: #EC4580;
}
</style>