Shades of French Rose #EA498F
Tints of French Rose #EA498F
RGB
CMYK
RGB Variations
Color information
#EA498F (or 0xEA498F) is known color: French Rose. HEX triplet: EA, 49 and 8F. RGB value is (234,73,143). Sum of RGB (Red+Green+Blue) = 234+73+143=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA498F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA498F is #15B670. Grayscale: #818181. Windows color (decimal): -1422961 or 9390570. OLE color: 9390570.
HSL color Cylindrical-coordinate representation of color #EA498F: hue angle of 333.91º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA498F is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 143 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.08 |
| HSL | 333.91º | 0.79% | 0.6% | - |
| HSV(B) | 333.91º | 0.69% | 0.92% | - |
| XYZ | 41.27 | 24.24 | 28.49 | - |
| YUV | 129.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 143 | 0 | 0.69 | 0.39 | 0.08 | 333.91 | 0.79 | 0.6 |
| Hex | EA | 49 | 8F | 0 | 45 | 27 | 8 | 14E | 4F | 3C |
| Octal | 352 | 111 | 217 | 0 | 105 | 47 | 10 | 516 | 117 | 74 |
| Binary | 11101010 | 1001001 | 10001111 | 0 | 1000101 | 100111 | 1000 | 101001110 | 1001111 | 111100 |
Color Harmonies of #EA498F
Complementary color
Monochromatic Colors of #EA498F
Black with #EA498F
Text Example
Text Example
White with #EA498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA498F; }
p { color: rgb(234,73,143); }
H1.HeaderClassName
{
color: #EA498F;
}
.AnyTagClassName
{
color: #EA498F;
}
</style>
background-color css
<style>
a { background-color: #EA498F; }
a { background-color: rgb(234,73,143); }
div.DivClassName
{
background-color: #EA498F;
}
.BgClassName
{
background-color: #EA498F;
}
</style>
border-color css
<style>
span { border-color: #EA498F; }
span { border-color: rgb(234,73,143); }
td.TdClassName
{
border-color: #EA498F;
}
.TagClassName
{
border-color: #EA498F;
}
</style>