Shades of French Rose #EC4B9A
Tints of French Rose #EC4B9A
RGB
CMYK
RGB Variations
Color information
#EC4B9A (or 0xEC4B9A) is known color: French Rose. HEX triplet: EC, 4B and 9A. RGB value is (236,75,154). Sum of RGB (Red+Green+Blue) = 236+75+154=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B9A is #13B465. Grayscale: #838383. Windows color (decimal): -1291366 or 10111980. OLE color: 10111980.
HSL color Cylindrical-coordinate representation of color #EC4B9A: hue angle of 330.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4B9A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 154 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.07 |
| HSL | 330.56º | 0.81% | 0.61% | - |
| HSV(B) | 330.56º | 0.68% | 0.93% | - |
| XYZ | 42.94 | 25.2 | 33.17 | - |
| YUV | 132.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 154 | 0 | 0.68 | 0.35 | 0.07 | 330.56 | 0.81 | 0.61 |
| Hex | EC | 4B | 9A | 0 | 44 | 23 | 7 | 14B | 51 | 3D |
| Octal | 354 | 113 | 232 | 0 | 104 | 43 | 7 | 513 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10011010 | 0 | 1000100 | 100011 | 111 | 101001011 | 1010001 | 111101 |
Color Harmonies of #EC4B9A
Complementary color
Monochromatic Colors of #EC4B9A
Black with #EC4B9A
Text Example
Text Example
White with #EC4B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B9A; }
p { color: rgb(236,75,154); }
H1.HeaderClassName
{
color: #EC4B9A;
}
.AnyTagClassName
{
color: #EC4B9A;
}
</style>
background-color css
<style>
a { background-color: #EC4B9A; }
a { background-color: rgb(236,75,154); }
div.DivClassName
{
background-color: #EC4B9A;
}
.BgClassName
{
background-color: #EC4B9A;
}
</style>
border-color css
<style>
span { border-color: #EC4B9A; }
span { border-color: rgb(236,75,154); }
td.TdClassName
{
border-color: #EC4B9A;
}
.TagClassName
{
border-color: #EC4B9A;
}
</style>