Shades of French Rose #EA5097
Tints of French Rose #EA5097
RGB
CMYK
RGB Variations
Color information
#EA5097 (or 0xEA5097) is known color: French Rose. HEX triplet: EA, 50 and 97. RGB value is (234,80,151). Sum of RGB (Red+Green+Blue) = 234+80+151=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5097 is #15AF68. Grayscale: #868686. Windows color (decimal): -1421161 or 9916650. OLE color: 9916650.
HSL color Cylindrical-coordinate representation of color #EA5097: hue angle of 332.34º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA5097 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 151 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.08 |
| HSL | 332.34º | 0.79% | 0.62% | - |
| HSV(B) | 332.34º | 0.66% | 0.92% | - |
| XYZ | 42.39 | 25.46 | 31.96 | - |
| YUV | 134.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 151 | 0 | 0.66 | 0.35 | 0.08 | 332.34 | 0.79 | 0.62 |
| Hex | EA | 50 | 97 | 0 | 42 | 23 | 8 | 14C | 4F | 3E |
| Octal | 352 | 120 | 227 | 0 | 102 | 43 | 10 | 514 | 117 | 76 |
| Binary | 11101010 | 1010000 | 10010111 | 0 | 1000010 | 100011 | 1000 | 101001100 | 1001111 | 111110 |
Color Harmonies of #EA5097
Complementary color
Monochromatic Colors of #EA5097
Black with #EA5097
Text Example
Text Example
White with #EA5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5097; }
p { color: rgb(234,80,151); }
H1.HeaderClassName
{
color: #EA5097;
}
.AnyTagClassName
{
color: #EA5097;
}
</style>
background-color css
<style>
a { background-color: #EA5097; }
a { background-color: rgb(234,80,151); }
div.DivClassName
{
background-color: #EA5097;
}
.BgClassName
{
background-color: #EA5097;
}
</style>
border-color css
<style>
span { border-color: #EA5097; }
span { border-color: rgb(234,80,151); }
td.TdClassName
{
border-color: #EA5097;
}
.TagClassName
{
border-color: #EA5097;
}
</style>