Shades of French Rose #EA4C92
Tints of French Rose #EA4C92
RGB
CMYK
RGB Variations
Color information
#EA4C92 (or 0xEA4C92) is known color: French Rose. HEX triplet: EA, 4C and 92. RGB value is (234,76,146). Sum of RGB (Red+Green+Blue) = 234+76+146=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4C92 is #15B36D. Grayscale: #838383. Windows color (decimal): -1422190 or 9587946. OLE color: 9587946.
HSL color Cylindrical-coordinate representation of color #EA4C92: hue angle of 333.42º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4C92 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 146 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.08 |
| HSL | 333.42º | 0.79% | 0.61% | - |
| HSV(B) | 333.42º | 0.68% | 0.92% | - |
| XYZ | 41.7 | 24.74 | 29.77 | - |
| YUV | 131.22 | 136.35 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 146 | 0 | 0.68 | 0.38 | 0.08 | 333.42 | 0.79 | 0.61 |
| Hex | EA | 4C | 92 | 0 | 44 | 26 | 8 | 14D | 4F | 3D |
| Octal | 352 | 114 | 222 | 0 | 104 | 46 | 10 | 515 | 117 | 75 |
| Binary | 11101010 | 1001100 | 10010010 | 0 | 1000100 | 100110 | 1000 | 101001101 | 1001111 | 111101 |
Color Harmonies of #EA4C92
Complementary color
Monochromatic Colors of #EA4C92
Black with #EA4C92
Text Example
Text Example
White with #EA4C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4C92; }
p { color: rgb(234,76,146); }
H1.HeaderClassName
{
color: #EA4C92;
}
.AnyTagClassName
{
color: #EA4C92;
}
</style>
background-color css
<style>
a { background-color: #EA4C92; }
a { background-color: rgb(234,76,146); }
div.DivClassName
{
background-color: #EA4C92;
}
.BgClassName
{
background-color: #EA4C92;
}
</style>
border-color css
<style>
span { border-color: #EA4C92; }
span { border-color: rgb(234,76,146); }
td.TdClassName
{
border-color: #EA4C92;
}
.TagClassName
{
border-color: #EA4C92;
}
</style>