Shades of French Rose #EC4D98
Tints of French Rose #EC4D98
RGB
CMYK
RGB Variations
Color information
#EC4D98 (or 0xEC4D98) is known color: French Rose. HEX triplet: EC, 4D and 98. RGB value is (236,77,152). Sum of RGB (Red+Green+Blue) = 236+77+152=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D98 is #13B267. Grayscale: #848484. Windows color (decimal): -1290856 or 9981420. OLE color: 9981420.
HSL color Cylindrical-coordinate representation of color #EC4D98: hue angle of 331.7º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4D98 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 152 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.07 |
| HSL | 331.7º | 0.81% | 0.61% | - |
| HSV(B) | 331.7º | 0.67% | 0.93% | - |
| XYZ | 42.91 | 25.41 | 32.35 | - |
| YUV | 133.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 152 | 0 | 0.67 | 0.36 | 0.07 | 331.7 | 0.81 | 0.61 |
| Hex | EC | 4D | 98 | 0 | 43 | 24 | 7 | 14C | 51 | 3D |
| Octal | 354 | 115 | 230 | 0 | 103 | 44 | 7 | 514 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10011000 | 0 | 1000011 | 100100 | 111 | 101001100 | 1010001 | 111101 |
Color Harmonies of #EC4D98
Complementary color
Monochromatic Colors of #EC4D98
Black with #EC4D98
Text Example
Text Example
White with #EC4D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D98; }
p { color: rgb(236,77,152); }
H1.HeaderClassName
{
color: #EC4D98;
}
.AnyTagClassName
{
color: #EC4D98;
}
</style>
background-color css
<style>
a { background-color: #EC4D98; }
a { background-color: rgb(236,77,152); }
div.DivClassName
{
background-color: #EC4D98;
}
.BgClassName
{
background-color: #EC4D98;
}
</style>
border-color css
<style>
span { border-color: #EC4D98; }
span { border-color: rgb(236,77,152); }
td.TdClassName
{
border-color: #EC4D98;
}
.TagClassName
{
border-color: #EC4D98;
}
</style>