Shades of French Rose #E14D9A
Tints of French Rose #E14D9A
RGB
CMYK
RGB Variations
Color information
#E14D9A (or 0xE14D9A) is known color: French Rose. HEX triplet: E1, 4D and 9A. RGB value is (225,77,154). Sum of RGB (Red+Green+Blue) = 225+77+154=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D9A is #1EB265. Grayscale: #818181. Windows color (decimal): -2011750 or 10112481. OLE color: 10112481.
HSL color Cylindrical-coordinate representation of color #E14D9A: hue angle of 328.78º 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 #E14D9A is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 154 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.12 |
| HSL | 328.78º | 0.71% | 0.59% | - |
| HSV(B) | 328.78º | 0.66% | 0.88% | - |
| XYZ | 39.54 | 23.65 | 33.05 | - |
| YUV | 130.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 154 | 0 | 0.66 | 0.32 | 0.12 | 328.78 | 0.71 | 0.59 |
| Hex | E1 | 4D | 9A | 0 | 42 | 20 | C | 149 | 47 | 3B |
| Octal | 341 | 115 | 232 | 0 | 102 | 40 | 14 | 511 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10011010 | 0 | 1000010 | 100000 | 1100 | 101001001 | 1000111 | 111011 |
Color Harmonies of #E14D9A
Complementary color
Monochromatic Colors of #E14D9A
Black with #E14D9A
Text Example
Text Example
White with #E14D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D9A; }
p { color: rgb(225,77,154); }
H1.HeaderClassName
{
color: #E14D9A;
}
.AnyTagClassName
{
color: #E14D9A;
}
</style>
background-color css
<style>
a { background-color: #E14D9A; }
a { background-color: rgb(225,77,154); }
div.DivClassName
{
background-color: #E14D9A;
}
.BgClassName
{
background-color: #E14D9A;
}
</style>
border-color css
<style>
span { border-color: #E14D9A; }
span { border-color: rgb(225,77,154); }
td.TdClassName
{
border-color: #E14D9A;
}
.TagClassName
{
border-color: #E14D9A;
}
</style>