Shades of French Rose #EA5499
Tints of French Rose #EA5499
RGB
CMYK
RGB Variations
Color information
#EA5499 (or 0xEA5499) is known color: French Rose. HEX triplet: EA, 54 and 99. RGB value is (234,84,153). Sum of RGB (Red+Green+Blue) = 234+84+153=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5499 is #15AB66. Grayscale: #888888. Windows color (decimal): -1420135 or 10048746. OLE color: 10048746.
HSL color Cylindrical-coordinate representation of color #EA5499: hue angle of 332.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5499 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 153 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.08 |
| HSL | 332.4º | 0.78% | 0.62% | - |
| HSV(B) | 332.4º | 0.64% | 0.92% | - |
| XYZ | 42.85 | 26.13 | 32.92 | - |
| YUV | 136.72 | 137.2 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 153 | 0 | 0.64 | 0.35 | 0.08 | 332.4 | 0.78 | 0.62 |
| Hex | EA | 54 | 99 | 0 | 40 | 23 | 8 | 14C | 4E | 3E |
| Octal | 352 | 124 | 231 | 0 | 100 | 43 | 10 | 514 | 116 | 76 |
| Binary | 11101010 | 1010100 | 10011001 | 0 | 1000000 | 100011 | 1000 | 101001100 | 1001110 | 111110 |
Color Harmonies of #EA5499
Complementary color
Monochromatic Colors of #EA5499
Black with #EA5499
Text Example
Text Example
White with #EA5499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5499; }
p { color: rgb(234,84,153); }
H1.HeaderClassName
{
color: #EA5499;
}
.AnyTagClassName
{
color: #EA5499;
}
</style>
background-color css
<style>
a { background-color: #EA5499; }
a { background-color: rgb(234,84,153); }
div.DivClassName
{
background-color: #EA5499;
}
.BgClassName
{
background-color: #EA5499;
}
</style>
border-color css
<style>
span { border-color: #EA5499; }
span { border-color: rgb(234,84,153); }
td.TdClassName
{
border-color: #EA5499;
}
.TagClassName
{
border-color: #EA5499;
}
</style>