Shades of French Rose #EA4D8C
Tints of French Rose #EA4D8C
RGB
CMYK
RGB Variations
Color information
#EA4D8C (or 0xEA4D8C) is known color: French Rose. HEX triplet: EA, 4D and 8C. RGB value is (234,77,140). Sum of RGB (Red+Green+Blue) = 234+77+140=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D8C is #15B273. Grayscale: #838383. Windows color (decimal): -1421940 or 9194986. OLE color: 9194986.
HSL color Cylindrical-coordinate representation of color #EA4D8C: hue angle of 335.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D8C is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 140 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.08 |
| HSL | 335.92º | 0.79% | 0.61% | - |
| HSV(B) | 335.92º | 0.67% | 0.92% | - |
| XYZ | 41.32 | 24.69 | 27.4 | - |
| YUV | 131.13 | 133.01 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 140 | 0 | 0.67 | 0.40 | 0.08 | 335.92 | 0.79 | 0.61 |
| Hex | EA | 4D | 8C | 0 | 43 | 28 | 8 | 150 | 4F | 3D |
| Octal | 352 | 115 | 214 | 0 | 103 | 50 | 10 | 520 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10001100 | 0 | 1000011 | 101000 | 1000 | 101010000 | 1001111 | 111101 |
Color Harmonies of #EA4D8C
Complementary color
Monochromatic Colors of #EA4D8C
Black with #EA4D8C
Text Example
Text Example
White with #EA4D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D8C; }
p { color: rgb(234,77,140); }
H1.HeaderClassName
{
color: #EA4D8C;
}
.AnyTagClassName
{
color: #EA4D8C;
}
</style>
background-color css
<style>
a { background-color: #EA4D8C; }
a { background-color: rgb(234,77,140); }
div.DivClassName
{
background-color: #EA4D8C;
}
.BgClassName
{
background-color: #EA4D8C;
}
</style>
border-color css
<style>
span { border-color: #EA4D8C; }
span { border-color: rgb(234,77,140); }
td.TdClassName
{
border-color: #EA4D8C;
}
.TagClassName
{
border-color: #EA4D8C;
}
</style>