Shades of French Rose #E14F9A
Tints of French Rose #E14F9A
RGB
CMYK
RGB Variations
Color information
#E14F9A (or 0xE14F9A) is known color: French Rose. HEX triplet: E1, 4F and 9A. RGB value is (225,79,154). Sum of RGB (Red+Green+Blue) = 225+79+154=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F9A is #1EB065. Grayscale: #838383. Windows color (decimal): -2011238 or 10112993. OLE color: 10112993.
HSL color Cylindrical-coordinate representation of color #E14F9A: hue angle of 329.18º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14F9A is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 154 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.12 |
| HSL | 329.18º | 0.71% | 0.6% | - |
| HSV(B) | 329.18º | 0.65% | 0.88% | - |
| XYZ | 39.68 | 23.93 | 33.1 | - |
| YUV | 131.2 | 140.87 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 154 | 0 | 0.65 | 0.32 | 0.12 | 329.18 | 0.71 | 0.6 |
| Hex | E1 | 4F | 9A | 0 | 41 | 20 | C | 149 | 47 | 3C |
| Octal | 341 | 117 | 232 | 0 | 101 | 40 | 14 | 511 | 107 | 74 |
| Binary | 11100001 | 1001111 | 10011010 | 0 | 1000001 | 100000 | 1100 | 101001001 | 1000111 | 111100 |
Color Harmonies of #E14F9A
Complementary color
Monochromatic Colors of #E14F9A
Black with #E14F9A
Text Example
Text Example
White with #E14F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F9A; }
p { color: rgb(225,79,154); }
H1.HeaderClassName
{
color: #E14F9A;
}
.AnyTagClassName
{
color: #E14F9A;
}
</style>
background-color css
<style>
a { background-color: #E14F9A; }
a { background-color: rgb(225,79,154); }
div.DivClassName
{
background-color: #E14F9A;
}
.BgClassName
{
background-color: #E14F9A;
}
</style>
border-color css
<style>
span { border-color: #E14F9A; }
span { border-color: rgb(225,79,154); }
td.TdClassName
{
border-color: #E14F9A;
}
.TagClassName
{
border-color: #E14F9A;
}
</style>