Shades of French Rose #EC4E8A
Tints of French Rose #EC4E8A
RGB
CMYK
RGB Variations
Color information
#EC4E8A (or 0xEC4E8A) is known color: French Rose. HEX triplet: EC, 4E and 8A. RGB value is (236,78,138). Sum of RGB (Red+Green+Blue) = 236+78+138=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E8A is #13B175. Grayscale: #848484. Windows color (decimal): -1290614 or 9064172. OLE color: 9064172.
HSL color Cylindrical-coordinate representation of color #EC4E8A: hue angle of 337.22º 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 #EC4E8A is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 138 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.07 |
| HSL | 337.22º | 0.81% | 0.62% | - |
| HSV(B) | 337.22º | 0.67% | 0.93% | - |
| XYZ | 41.9 | 25.12 | 26.68 | - |
| YUV | 132.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 138 | 0 | 0.67 | 0.42 | 0.07 | 337.22 | 0.81 | 0.62 |
| Hex | EC | 4E | 8A | 0 | 43 | 2A | 7 | 151 | 51 | 3E |
| Octal | 354 | 116 | 212 | 0 | 103 | 52 | 7 | 521 | 121 | 76 |
| Binary | 11101100 | 1001110 | 10001010 | 0 | 1000011 | 101010 | 111 | 101010001 | 1010001 | 111110 |
Color Harmonies of #EC4E8A
Complementary color
Monochromatic Colors of #EC4E8A
Black with #EC4E8A
Text Example
Text Example
White with #EC4E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E8A; }
p { color: rgb(236,78,138); }
H1.HeaderClassName
{
color: #EC4E8A;
}
.AnyTagClassName
{
color: #EC4E8A;
}
</style>
background-color css
<style>
a { background-color: #EC4E8A; }
a { background-color: rgb(236,78,138); }
div.DivClassName
{
background-color: #EC4E8A;
}
.BgClassName
{
background-color: #EC4E8A;
}
</style>
border-color css
<style>
span { border-color: #EC4E8A; }
span { border-color: rgb(236,78,138); }
td.TdClassName
{
border-color: #EC4E8A;
}
.TagClassName
{
border-color: #EC4E8A;
}
</style>