Shades of French Rose #E14D9C
Tints of French Rose #E14D9C
RGB
CMYK
RGB Variations
Color information
#E14D9C (or 0xE14D9C) is known color: French Rose. HEX triplet: E1, 4D and 9C. RGB value is (225,77,156). Sum of RGB (Red+Green+Blue) = 225+77+156=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D9C is #1EB263. Grayscale: #828282. Windows color (decimal): -2011748 or 10243553. OLE color: 10243553.
HSL color Cylindrical-coordinate representation of color #E14D9C: hue angle of 327.97º 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 #E14D9C is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 156 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.12 |
| HSL | 327.97º | 0.71% | 0.59% | - |
| HSV(B) | 327.97º | 0.66% | 0.88% | - |
| XYZ | 39.71 | 23.72 | 33.94 | - |
| YUV | 130.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 156 | 0 | 0.66 | 0.31 | 0.12 | 327.97 | 0.71 | 0.59 |
| Hex | E1 | 4D | 9C | 0 | 42 | 1F | C | 148 | 47 | 3B |
| Octal | 341 | 115 | 234 | 0 | 102 | 37 | 14 | 510 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10011100 | 0 | 1000010 | 11111 | 1100 | 101001000 | 1000111 | 111011 |
Color Harmonies of #E14D9C
Complementary color
Monochromatic Colors of #E14D9C
Black with #E14D9C
Text Example
Text Example
White with #E14D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D9C; }
p { color: rgb(225,77,156); }
H1.HeaderClassName
{
color: #E14D9C;
}
.AnyTagClassName
{
color: #E14D9C;
}
</style>
background-color css
<style>
a { background-color: #E14D9C; }
a { background-color: rgb(225,77,156); }
div.DivClassName
{
background-color: #E14D9C;
}
.BgClassName
{
background-color: #E14D9C;
}
</style>
border-color css
<style>
span { border-color: #E14D9C; }
span { border-color: rgb(225,77,156); }
td.TdClassName
{
border-color: #E14D9C;
}
.TagClassName
{
border-color: #E14D9C;
}
</style>