Shades of French Rose #EA5696
Tints of French Rose #EA5696
RGB
CMYK
RGB Variations
Color information
#EA5696 (or 0xEA5696) is known color: French Rose. HEX triplet: EA, 56 and 96. RGB value is (234,86,150). Sum of RGB (Red+Green+Blue) = 234+86+150=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5696 is #15A969. Grayscale: #898989. Windows color (decimal): -1419626 or 9852650. OLE color: 9852650.
HSL color Cylindrical-coordinate representation of color #EA5696: hue angle of 334.05º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5696 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 150 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.08 |
| HSL | 334.05º | 0.78% | 0.63% | - |
| HSV(B) | 334.05º | 0.63% | 0.92% | - |
| XYZ | 42.76 | 26.35 | 31.69 | - |
| YUV | 137.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 150 | 0 | 0.63 | 0.36 | 0.08 | 334.05 | 0.78 | 0.63 |
| Hex | EA | 56 | 96 | 0 | 3F | 24 | 8 | 14E | 4E | 3F |
| Octal | 352 | 126 | 226 | 0 | 77 | 44 | 10 | 516 | 116 | 77 |
| Binary | 11101010 | 1010110 | 10010110 | 0 | 111111 | 100100 | 1000 | 101001110 | 1001110 | 111111 |
Color Harmonies of #EA5696
Complementary color
Monochromatic Colors of #EA5696
Black with #EA5696
Text Example
Text Example
White with #EA5696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5696; }
p { color: rgb(234,86,150); }
H1.HeaderClassName
{
color: #EA5696;
}
.AnyTagClassName
{
color: #EA5696;
}
</style>
background-color css
<style>
a { background-color: #EA5696; }
a { background-color: rgb(234,86,150); }
div.DivClassName
{
background-color: #EA5696;
}
.BgClassName
{
background-color: #EA5696;
}
</style>
border-color css
<style>
span { border-color: #EA5696; }
span { border-color: rgb(234,86,150); }
td.TdClassName
{
border-color: #EA5696;
}
.TagClassName
{
border-color: #EA5696;
}
</style>