Shades of French Rose #EA4E8F
Tints of French Rose #EA4E8F
RGB
CMYK
RGB Variations
Color information
#EA4E8F (or 0xEA4E8F) is known color: French Rose. HEX triplet: EA, 4E and 8F. RGB value is (234,78,143). Sum of RGB (Red+Green+Blue) = 234+78+143=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4E8F is #15B170. Grayscale: #838383. Windows color (decimal): -1421681 or 9391850. OLE color: 9391850.
HSL color Cylindrical-coordinate representation of color #EA4E8F: hue angle of 335º 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 #EA4E8F is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 143 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.08 |
| HSL | 335º | 0.79% | 0.61% | - |
| HSV(B) | 335º | 0.67% | 0.92% | - |
| XYZ | 41.61 | 24.92 | 28.6 | - |
| YUV | 132.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 143 | 0 | 0.67 | 0.39 | 0.08 | 335 | 0.79 | 0.61 |
| Hex | EA | 4E | 8F | 0 | 43 | 27 | 8 | 14F | 4F | 3D |
| Octal | 352 | 116 | 217 | 0 | 103 | 47 | 10 | 517 | 117 | 75 |
| Binary | 11101010 | 1001110 | 10001111 | 0 | 1000011 | 100111 | 1000 | 101001111 | 1001111 | 111101 |
Color Harmonies of #EA4E8F
Complementary color
Monochromatic Colors of #EA4E8F
Black with #EA4E8F
Text Example
Text Example
White with #EA4E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E8F; }
p { color: rgb(234,78,143); }
H1.HeaderClassName
{
color: #EA4E8F;
}
.AnyTagClassName
{
color: #EA4E8F;
}
</style>
background-color css
<style>
a { background-color: #EA4E8F; }
a { background-color: rgb(234,78,143); }
div.DivClassName
{
background-color: #EA4E8F;
}
.BgClassName
{
background-color: #EA4E8F;
}
</style>
border-color css
<style>
span { border-color: #EA4E8F; }
span { border-color: rgb(234,78,143); }
td.TdClassName
{
border-color: #EA4E8F;
}
.TagClassName
{
border-color: #EA4E8F;
}
</style>