Shades of French Rose #EC4B93
Tints of French Rose #EC4B93
RGB
CMYK
RGB Variations
Color information
#EC4B93 (or 0xEC4B93) is known color: French Rose. HEX triplet: EC, 4B and 93. RGB value is (236,75,147). Sum of RGB (Red+Green+Blue) = 236+75+147=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B93 is #13B46C. Grayscale: #838383. Windows color (decimal): -1291373 or 9653228. OLE color: 9653228.
HSL color Cylindrical-coordinate representation of color #EC4B93: hue angle of 333.17º 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 #EC4B93 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 147 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.07 |
| HSL | 333.17º | 0.81% | 0.61% | - |
| HSV(B) | 333.17º | 0.68% | 0.93% | - |
| XYZ | 42.37 | 24.97 | 30.19 | - |
| YUV | 131.35 | 136.84 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 147 | 0 | 0.68 | 0.38 | 0.07 | 333.17 | 0.81 | 0.61 |
| Hex | EC | 4B | 93 | 0 | 44 | 26 | 7 | 14D | 51 | 3D |
| Octal | 354 | 113 | 223 | 0 | 104 | 46 | 7 | 515 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10010011 | 0 | 1000100 | 100110 | 111 | 101001101 | 1010001 | 111101 |
Color Harmonies of #EC4B93
Complementary color
Monochromatic Colors of #EC4B93
Black with #EC4B93
Text Example
Text Example
White with #EC4B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B93; }
p { color: rgb(236,75,147); }
H1.HeaderClassName
{
color: #EC4B93;
}
.AnyTagClassName
{
color: #EC4B93;
}
</style>
background-color css
<style>
a { background-color: #EC4B93; }
a { background-color: rgb(236,75,147); }
div.DivClassName
{
background-color: #EC4B93;
}
.BgClassName
{
background-color: #EC4B93;
}
</style>
border-color css
<style>
span { border-color: #EC4B93; }
span { border-color: rgb(236,75,147); }
td.TdClassName
{
border-color: #EC4B93;
}
.TagClassName
{
border-color: #EC4B93;
}
</style>