Shades of French Rose #E14D92
Tints of French Rose #E14D92
RGB
CMYK
RGB Variations
Color information
#E14D92 (or 0xE14D92) is known color: French Rose. HEX triplet: E1, 4D and 92. RGB value is (225,77,146). Sum of RGB (Red+Green+Blue) = 225+77+146=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D92 is #1EB26D. Grayscale: #808080. Windows color (decimal): -2011758 or 9588193. OLE color: 9588193.
HSL color Cylindrical-coordinate representation of color #E14D92: hue angle of 332.03º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14D92 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 146 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.12 |
| HSL | 332.03º | 0.71% | 0.59% | - |
| HSV(B) | 332.03º | 0.66% | 0.88% | - |
| XYZ | 38.89 | 23.39 | 29.66 | - |
| YUV | 129.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 146 | 0 | 0.66 | 0.35 | 0.12 | 332.03 | 0.71 | 0.59 |
| Hex | E1 | 4D | 92 | 0 | 42 | 23 | C | 14C | 47 | 3B |
| Octal | 341 | 115 | 222 | 0 | 102 | 43 | 14 | 514 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10010010 | 0 | 1000010 | 100011 | 1100 | 101001100 | 1000111 | 111011 |
Color Harmonies of #E14D92
Complementary color
Monochromatic Colors of #E14D92
Black with #E14D92
Text Example
Text Example
White with #E14D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D92; }
p { color: rgb(225,77,146); }
H1.HeaderClassName
{
color: #E14D92;
}
.AnyTagClassName
{
color: #E14D92;
}
</style>
background-color css
<style>
a { background-color: #E14D92; }
a { background-color: rgb(225,77,146); }
div.DivClassName
{
background-color: #E14D92;
}
.BgClassName
{
background-color: #E14D92;
}
</style>
border-color css
<style>
span { border-color: #E14D92; }
span { border-color: rgb(225,77,146); }
td.TdClassName
{
border-color: #E14D92;
}
.TagClassName
{
border-color: #E14D92;
}
</style>