Shades of French Rose #EC4E97
Tints of French Rose #EC4E97
RGB
CMYK
RGB Variations
Color information
#EC4E97 (or 0xEC4E97) is known color: French Rose. HEX triplet: EC, 4E and 97. RGB value is (236,78,151). Sum of RGB (Red+Green+Blue) = 236+78+151=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E97 is #13B168. Grayscale: #858585. Windows color (decimal): -1290601 or 9916140. OLE color: 9916140.
HSL color Cylindrical-coordinate representation of color #EC4E97: hue angle of 332.28º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4E97 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 151 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.07 |
| HSL | 332.28º | 0.81% | 0.62% | - |
| HSV(B) | 332.28º | 0.67% | 0.93% | - |
| XYZ | 42.9 | 25.52 | 31.94 | - |
| YUV | 133.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 151 | 0 | 0.67 | 0.36 | 0.07 | 332.28 | 0.81 | 0.62 |
| Hex | EC | 4E | 97 | 0 | 43 | 24 | 7 | 14C | 51 | 3E |
| Octal | 354 | 116 | 227 | 0 | 103 | 44 | 7 | 514 | 121 | 76 |
| Binary | 11101100 | 1001110 | 10010111 | 0 | 1000011 | 100100 | 111 | 101001100 | 1010001 | 111110 |
Color Harmonies of #EC4E97
Complementary color
Monochromatic Colors of #EC4E97
Black with #EC4E97
Text Example
Text Example
White with #EC4E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E97; }
p { color: rgb(236,78,151); }
H1.HeaderClassName
{
color: #EC4E97;
}
.AnyTagClassName
{
color: #EC4E97;
}
</style>
background-color css
<style>
a { background-color: #EC4E97; }
a { background-color: rgb(236,78,151); }
div.DivClassName
{
background-color: #EC4E97;
}
.BgClassName
{
background-color: #EC4E97;
}
</style>
border-color css
<style>
span { border-color: #EC4E97; }
span { border-color: rgb(236,78,151); }
td.TdClassName
{
border-color: #EC4E97;
}
.TagClassName
{
border-color: #EC4E97;
}
</style>