Shades of French Rose #EC488E
Tints of French Rose #EC488E
RGB
CMYK
RGB Variations
Color information
#EC488E (or 0xEC488E) is known color: French Rose. HEX triplet: EC, 48 and 8E. RGB value is (236,72,142). Sum of RGB (Red+Green+Blue) = 236+72+142=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC488E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC488E is #13B771. Grayscale: #808080. Windows color (decimal): -1292146 or 9324780. OLE color: 9324780.
HSL color Cylindrical-coordinate representation of color #EC488E: hue angle of 334.39º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC488E is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 142 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.07 |
| HSL | 334.39º | 0.81% | 0.6% | - |
| HSV(B) | 334.39º | 0.69% | 0.93% | - |
| XYZ | 41.79 | 24.42 | 28.1 | - |
| YUV | 129.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 142 | 0 | 0.69 | 0.40 | 0.07 | 334.39 | 0.81 | 0.6 |
| Hex | EC | 48 | 8E | 0 | 45 | 28 | 7 | 14E | 51 | 3C |
| Octal | 354 | 110 | 216 | 0 | 105 | 50 | 7 | 516 | 121 | 74 |
| Binary | 11101100 | 1001000 | 10001110 | 0 | 1000101 | 101000 | 111 | 101001110 | 1010001 | 111100 |
Color Harmonies of #EC488E
Complementary color
Monochromatic Colors of #EC488E
Black with #EC488E
Text Example
Text Example
White with #EC488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC488E; }
p { color: rgb(236,72,142); }
H1.HeaderClassName
{
color: #EC488E;
}
.AnyTagClassName
{
color: #EC488E;
}
</style>
background-color css
<style>
a { background-color: #EC488E; }
a { background-color: rgb(236,72,142); }
div.DivClassName
{
background-color: #EC488E;
}
.BgClassName
{
background-color: #EC488E;
}
</style>
border-color css
<style>
span { border-color: #EC488E; }
span { border-color: rgb(236,72,142); }
td.TdClassName
{
border-color: #EC488E;
}
.TagClassName
{
border-color: #EC488E;
}
</style>