Shades of French Rose #EC568F
Tints of French Rose #EC568F
RGB
CMYK
RGB Variations
Color information
#EC568F (or 0xEC568F) is known color: French Rose. HEX triplet: EC, 56 and 8F. RGB value is (236,86,143). Sum of RGB (Red+Green+Blue) = 236+86+143=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC568F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC568F is #13A970. Grayscale: #898989. Windows color (decimal): -1288561 or 9393900. OLE color: 9393900.
HSL color Cylindrical-coordinate representation of color #EC568F: hue angle of 337.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC568F is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 143 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.07 |
| HSL | 337.2º | 0.8% | 0.63% | - |
| HSV(B) | 337.2º | 0.64% | 0.93% | - |
| XYZ | 42.88 | 26.47 | 28.84 | - |
| YUV | 137.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 143 | 0 | 0.64 | 0.39 | 0.07 | 337.2 | 0.8 | 0.63 |
| Hex | EC | 56 | 8F | 0 | 40 | 27 | 7 | 151 | 50 | 3F |
| Octal | 354 | 126 | 217 | 0 | 100 | 47 | 7 | 521 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10001111 | 0 | 1000000 | 100111 | 111 | 101010001 | 1010000 | 111111 |
Color Harmonies of #EC568F
Complementary color
Monochromatic Colors of #EC568F
Black with #EC568F
Text Example
Text Example
White with #EC568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC568F; }
p { color: rgb(236,86,143); }
H1.HeaderClassName
{
color: #EC568F;
}
.AnyTagClassName
{
color: #EC568F;
}
</style>
background-color css
<style>
a { background-color: #EC568F; }
a { background-color: rgb(236,86,143); }
div.DivClassName
{
background-color: #EC568F;
}
.BgClassName
{
background-color: #EC568F;
}
</style>
border-color css
<style>
span { border-color: #EC568F; }
span { border-color: rgb(236,86,143); }
td.TdClassName
{
border-color: #EC568F;
}
.TagClassName
{
border-color: #EC568F;
}
</style>