Shades of French Rose #EA4685
Tints of French Rose #EA4685
RGB
CMYK
RGB Variations
Color information
#EA4685 (or 0xEA4685) is known color: French Rose. HEX triplet: EA, 46 and 85. RGB value is (234,70,133). Sum of RGB (Red+Green+Blue) = 234+70+133=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4685 is #15B97A. Grayscale: #7E7E7E. Windows color (decimal): -1423739 or 8734442. OLE color: 8734442.
HSL color Cylindrical-coordinate representation of color #EA4685: hue angle of 336.95º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4685 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 133 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.08 |
| HSL | 336.95º | 0.8% | 0.6% | - |
| HSV(B) | 336.95º | 0.7% | 0.92% | - |
| XYZ | 40.36 | 23.57 | 24.61 | - |
| YUV | 126.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 133 | 0 | 0.70 | 0.43 | 0.08 | 336.95 | 0.8 | 0.6 |
| Hex | EA | 46 | 85 | 0 | 46 | 2B | 8 | 151 | 50 | 3C |
| Octal | 352 | 106 | 205 | 0 | 106 | 53 | 10 | 521 | 120 | 74 |
| Binary | 11101010 | 1000110 | 10000101 | 0 | 1000110 | 101011 | 1000 | 101010001 | 1010000 | 111100 |
Color Harmonies of #EA4685
Complementary color
Monochromatic Colors of #EA4685
Black with #EA4685
Text Example
Text Example
White with #EA4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4685; }
p { color: rgb(234,70,133); }
H1.HeaderClassName
{
color: #EA4685;
}
.AnyTagClassName
{
color: #EA4685;
}
</style>
background-color css
<style>
a { background-color: #EA4685; }
a { background-color: rgb(234,70,133); }
div.DivClassName
{
background-color: #EA4685;
}
.BgClassName
{
background-color: #EA4685;
}
</style>
border-color css
<style>
span { border-color: #EA4685; }
span { border-color: rgb(234,70,133); }
td.TdClassName
{
border-color: #EA4685;
}
.TagClassName
{
border-color: #EA4685;
}
</style>