Shades of French Rose #EC4A9A
Tints of French Rose #EC4A9A
RGB
CMYK
RGB Variations
Color information
#EC4A9A (or 0xEC4A9A) is known color: French Rose. HEX triplet: EC, 4A and 9A. RGB value is (236,74,154). Sum of RGB (Red+Green+Blue) = 236+74+154=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4A9A is #13B565. Grayscale: #838383. Windows color (decimal): -1291622 or 10111724. OLE color: 10111724.
HSL color Cylindrical-coordinate representation of color #EC4A9A: hue angle of 330.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4A9A is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 154 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.07 |
| HSL | 330.37º | 0.81% | 0.61% | - |
| HSV(B) | 330.37º | 0.69% | 0.93% | - |
| XYZ | 42.87 | 25.06 | 33.15 | - |
| YUV | 131.56 | 140.67 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 154 | 0 | 0.69 | 0.35 | 0.07 | 330.37 | 0.81 | 0.61 |
| Hex | EC | 4A | 9A | 0 | 45 | 23 | 7 | 14A | 51 | 3D |
| Octal | 354 | 112 | 232 | 0 | 105 | 43 | 7 | 512 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10011010 | 0 | 1000101 | 100011 | 111 | 101001010 | 1010001 | 111101 |
Color Harmonies of #EC4A9A
Complementary color
Monochromatic Colors of #EC4A9A
Black with #EC4A9A
Text Example
Text Example
White with #EC4A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A9A; }
p { color: rgb(236,74,154); }
H1.HeaderClassName
{
color: #EC4A9A;
}
.AnyTagClassName
{
color: #EC4A9A;
}
</style>
background-color css
<style>
a { background-color: #EC4A9A; }
a { background-color: rgb(236,74,154); }
div.DivClassName
{
background-color: #EC4A9A;
}
.BgClassName
{
background-color: #EC4A9A;
}
</style>
border-color css
<style>
span { border-color: #EC4A9A; }
span { border-color: rgb(236,74,154); }
td.TdClassName
{
border-color: #EC4A9A;
}
.TagClassName
{
border-color: #EC4A9A;
}
</style>