Shades of French Rose #EA4D8F
Tints of French Rose #EA4D8F
RGB
CMYK
RGB Variations
Color information
#EA4D8F (or 0xEA4D8F) is known color: French Rose. HEX triplet: EA, 4D and 8F. RGB value is (234,77,143). Sum of RGB (Red+Green+Blue) = 234+77+143=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D8F is #15B270. Grayscale: #838383. Windows color (decimal): -1421937 or 9391594. OLE color: 9391594.
HSL color Cylindrical-coordinate representation of color #EA4D8F: hue angle of 334.78º 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 #EA4D8F is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 143 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.08 |
| HSL | 334.78º | 0.79% | 0.61% | - |
| HSV(B) | 334.78º | 0.67% | 0.92% | - |
| XYZ | 41.54 | 24.78 | 28.58 | - |
| YUV | 131.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 143 | 0 | 0.67 | 0.39 | 0.08 | 334.78 | 0.79 | 0.61 |
| Hex | EA | 4D | 8F | 0 | 43 | 27 | 8 | 14F | 4F | 3D |
| Octal | 352 | 115 | 217 | 0 | 103 | 47 | 10 | 517 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10001111 | 0 | 1000011 | 100111 | 1000 | 101001111 | 1001111 | 111101 |
Color Harmonies of #EA4D8F
Complementary color
Monochromatic Colors of #EA4D8F
Black with #EA4D8F
Text Example
Text Example
White with #EA4D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D8F; }
p { color: rgb(234,77,143); }
H1.HeaderClassName
{
color: #EA4D8F;
}
.AnyTagClassName
{
color: #EA4D8F;
}
</style>
background-color css
<style>
a { background-color: #EA4D8F; }
a { background-color: rgb(234,77,143); }
div.DivClassName
{
background-color: #EA4D8F;
}
.BgClassName
{
background-color: #EA4D8F;
}
</style>
border-color css
<style>
span { border-color: #EA4D8F; }
span { border-color: rgb(234,77,143); }
td.TdClassName
{
border-color: #EA4D8F;
}
.TagClassName
{
border-color: #EA4D8F;
}
</style>