Shades of French Rose #EC528F
Tints of French Rose #EC528F
RGB
CMYK
RGB Variations
Color information
#EC528F (or 0xEC528F) is known color: French Rose. HEX triplet: EC, 52 and 8F. RGB value is (236,82,143). Sum of RGB (Red+Green+Blue) = 236+82+143=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC528F is #13AD70. Grayscale: #868686. Windows color (decimal): -1289585 or 9392876. OLE color: 9392876.
HSL color Cylindrical-coordinate representation of color #EC528F: hue angle of 336.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC528F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 143 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.07 |
| HSL | 336.23º | 0.8% | 0.62% | - |
| HSV(B) | 336.23º | 0.65% | 0.93% | - |
| XYZ | 42.57 | 25.85 | 28.73 | - |
| YUV | 135 | 132.52 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 143 | 0 | 0.65 | 0.39 | 0.07 | 336.23 | 0.8 | 0.62 |
| Hex | EC | 52 | 8F | 0 | 41 | 27 | 7 | 150 | 50 | 3E |
| Octal | 354 | 122 | 217 | 0 | 101 | 47 | 7 | 520 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10001111 | 0 | 1000001 | 100111 | 111 | 101010000 | 1010000 | 111110 |
Color Harmonies of #EC528F
Complementary color
Monochromatic Colors of #EC528F
Black with #EC528F
Text Example
Text Example
White with #EC528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC528F; }
p { color: rgb(236,82,143); }
H1.HeaderClassName
{
color: #EC528F;
}
.AnyTagClassName
{
color: #EC528F;
}
</style>
background-color css
<style>
a { background-color: #EC528F; }
a { background-color: rgb(236,82,143); }
div.DivClassName
{
background-color: #EC528F;
}
.BgClassName
{
background-color: #EC528F;
}
</style>
border-color css
<style>
span { border-color: #EC528F; }
span { border-color: rgb(236,82,143); }
td.TdClassName
{
border-color: #EC528F;
}
.TagClassName
{
border-color: #EC528F;
}
</style>