Shades of French Rose #EA518C
Tints of French Rose #EA518C
RGB
CMYK
RGB Variations
Color information
#EA518C (or 0xEA518C) is known color: French Rose. HEX triplet: EA, 51 and 8C. RGB value is (234,81,140). Sum of RGB (Red+Green+Blue) = 234+81+140=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA518C is #15AE73. Grayscale: #858585. Windows color (decimal): -1420916 or 9196010. OLE color: 9196010.
HSL color Cylindrical-coordinate representation of color #EA518C: hue angle of 336.86º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA518C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 140 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.08 |
| HSL | 336.86º | 0.78% | 0.62% | - |
| HSV(B) | 336.86º | 0.65% | 0.92% | - |
| XYZ | 41.61 | 25.27 | 27.5 | - |
| YUV | 133.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 140 | 0 | 0.65 | 0.40 | 0.08 | 336.86 | 0.78 | 0.62 |
| Hex | EA | 51 | 8C | 0 | 41 | 28 | 8 | 151 | 4E | 3E |
| Octal | 352 | 121 | 214 | 0 | 101 | 50 | 10 | 521 | 116 | 76 |
| Binary | 11101010 | 1010001 | 10001100 | 0 | 1000001 | 101000 | 1000 | 101010001 | 1001110 | 111110 |
Color Harmonies of #EA518C
Complementary color
Monochromatic Colors of #EA518C
Black with #EA518C
Text Example
Text Example
White with #EA518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA518C; }
p { color: rgb(234,81,140); }
H1.HeaderClassName
{
color: #EA518C;
}
.AnyTagClassName
{
color: #EA518C;
}
</style>
background-color css
<style>
a { background-color: #EA518C; }
a { background-color: rgb(234,81,140); }
div.DivClassName
{
background-color: #EA518C;
}
.BgClassName
{
background-color: #EA518C;
}
</style>
border-color css
<style>
span { border-color: #EA518C; }
span { border-color: rgb(234,81,140); }
td.TdClassName
{
border-color: #EA518C;
}
.TagClassName
{
border-color: #EA518C;
}
</style>