Shades of French Rose #EC4A98
Tints of French Rose #EC4A98
RGB
CMYK
RGB Variations
Color information
#EC4A98 (or 0xEC4A98) is known color: French Rose. HEX triplet: EC, 4A and 98. RGB value is (236,74,152). Sum of RGB (Red+Green+Blue) = 236+74+152=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4A98 is #13B567. Grayscale: #838383. Windows color (decimal): -1291624 or 9980652. OLE color: 9980652.
HSL color Cylindrical-coordinate representation of color #EC4A98: hue angle of 331.11º 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 #EC4A98 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 152 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.07 |
| HSL | 331.11º | 0.81% | 0.61% | - |
| HSV(B) | 331.11º | 0.69% | 0.93% | - |
| XYZ | 42.71 | 25 | 32.28 | - |
| YUV | 131.33 | 139.67 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 152 | 0 | 0.69 | 0.36 | 0.07 | 331.11 | 0.81 | 0.61 |
| Hex | EC | 4A | 98 | 0 | 45 | 24 | 7 | 14B | 51 | 3D |
| Octal | 354 | 112 | 230 | 0 | 105 | 44 | 7 | 513 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10011000 | 0 | 1000101 | 100100 | 111 | 101001011 | 1010001 | 111101 |
Color Harmonies of #EC4A98
Complementary color
Monochromatic Colors of #EC4A98
Black with #EC4A98
Text Example
Text Example
White with #EC4A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A98; }
p { color: rgb(236,74,152); }
H1.HeaderClassName
{
color: #EC4A98;
}
.AnyTagClassName
{
color: #EC4A98;
}
</style>
background-color css
<style>
a { background-color: #EC4A98; }
a { background-color: rgb(236,74,152); }
div.DivClassName
{
background-color: #EC4A98;
}
.BgClassName
{
background-color: #EC4A98;
}
</style>
border-color css
<style>
span { border-color: #EC4A98; }
span { border-color: rgb(236,74,152); }
td.TdClassName
{
border-color: #EC4A98;
}
.TagClassName
{
border-color: #EC4A98;
}
</style>