Shades of French Rose #EA5492
Tints of French Rose #EA5492
RGB
CMYK
RGB Variations
Color information
#EA5492 (or 0xEA5492) is known color: French Rose. HEX triplet: EA, 54 and 92. RGB value is (234,84,146). Sum of RGB (Red+Green+Blue) = 234+84+146=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5492 is #15AB6D. Grayscale: #878787. Windows color (decimal): -1420142 or 9589994. OLE color: 9589994.
HSL color Cylindrical-coordinate representation of color #EA5492: hue angle of 335.2º 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 #EA5492 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 146 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.08 |
| HSL | 335.2º | 0.78% | 0.62% | - |
| HSV(B) | 335.2º | 0.64% | 0.92% | - |
| XYZ | 42.29 | 25.91 | 29.97 | - |
| YUV | 135.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 146 | 0 | 0.64 | 0.38 | 0.08 | 335.2 | 0.78 | 0.62 |
| Hex | EA | 54 | 92 | 0 | 40 | 26 | 8 | 14F | 4E | 3E |
| Octal | 352 | 124 | 222 | 0 | 100 | 46 | 10 | 517 | 116 | 76 |
| Binary | 11101010 | 1010100 | 10010010 | 0 | 1000000 | 100110 | 1000 | 101001111 | 1001110 | 111110 |
Color Harmonies of #EA5492
Complementary color
Monochromatic Colors of #EA5492
Black with #EA5492
Text Example
Text Example
White with #EA5492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5492; }
p { color: rgb(234,84,146); }
H1.HeaderClassName
{
color: #EA5492;
}
.AnyTagClassName
{
color: #EA5492;
}
</style>
background-color css
<style>
a { background-color: #EA5492; }
a { background-color: rgb(234,84,146); }
div.DivClassName
{
background-color: #EA5492;
}
.BgClassName
{
background-color: #EA5492;
}
</style>
border-color css
<style>
span { border-color: #EA5492; }
span { border-color: rgb(234,84,146); }
td.TdClassName
{
border-color: #EA5492;
}
.TagClassName
{
border-color: #EA5492;
}
</style>