Shades of French Rose #E74C92
Tints of French Rose #E74C92
RGB
CMYK
RGB Variations
Color information
#E74C92 (or 0xE74C92) is known color: French Rose. HEX triplet: E7, 4C and 92. RGB value is (231,76,146). Sum of RGB (Red+Green+Blue) = 231+76+146=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74C92 is #18B36D. Grayscale: #828282. Windows color (decimal): -1618798 or 9587943. OLE color: 9587943.
HSL color Cylindrical-coordinate representation of color #E74C92: hue angle of 332.9º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74C92 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 146 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.09 |
| HSL | 332.9º | 0.76% | 0.6% | - |
| HSV(B) | 332.9º | 0.67% | 0.91% | - |
| XYZ | 40.73 | 24.23 | 29.73 | - |
| YUV | 130.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 146 | 0 | 0.67 | 0.37 | 0.09 | 332.9 | 0.76 | 0.6 |
| Hex | E7 | 4C | 92 | 0 | 43 | 25 | 9 | 14D | 4C | 3C |
| Octal | 347 | 114 | 222 | 0 | 103 | 45 | 11 | 515 | 114 | 74 |
| Binary | 11100111 | 1001100 | 10010010 | 0 | 1000011 | 100101 | 1001 | 101001101 | 1001100 | 111100 |
Color Harmonies of #E74C92
Complementary color
Monochromatic Colors of #E74C92
Black with #E74C92
Text Example
Text Example
White with #E74C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C92; }
p { color: rgb(231,76,146); }
H1.HeaderClassName
{
color: #E74C92;
}
.AnyTagClassName
{
color: #E74C92;
}
</style>
background-color css
<style>
a { background-color: #E74C92; }
a { background-color: rgb(231,76,146); }
div.DivClassName
{
background-color: #E74C92;
}
.BgClassName
{
background-color: #E74C92;
}
</style>
border-color css
<style>
span { border-color: #E74C92; }
span { border-color: rgb(231,76,146); }
td.TdClassName
{
border-color: #E74C92;
}
.TagClassName
{
border-color: #E74C92;
}
</style>