Shades of French Rose #E14C97
Tints of French Rose #E14C97
RGB
CMYK
RGB Variations
Color information
#E14C97 (or 0xE14C97) is known color: French Rose. HEX triplet: E1, 4C and 97. RGB value is (225,76,151). Sum of RGB (Red+Green+Blue) = 225+76+151=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14C97 is #1EB368. Grayscale: #808080. Windows color (decimal): -2012009 or 9915617. OLE color: 9915617.
HSL color Cylindrical-coordinate representation of color #E14C97: hue angle of 329.8º 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 #E14C97 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 151 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.12 |
| HSL | 329.8º | 0.71% | 0.59% | - |
| HSV(B) | 329.8º | 0.66% | 0.88% | - |
| XYZ | 39.22 | 23.41 | 31.73 | - |
| YUV | 129.1 | 140.36 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 151 | 0 | 0.66 | 0.33 | 0.12 | 329.8 | 0.71 | 0.59 |
| Hex | E1 | 4C | 97 | 0 | 42 | 21 | C | 14A | 47 | 3B |
| Octal | 341 | 114 | 227 | 0 | 102 | 41 | 14 | 512 | 107 | 73 |
| Binary | 11100001 | 1001100 | 10010111 | 0 | 1000010 | 100001 | 1100 | 101001010 | 1000111 | 111011 |
Color Harmonies of #E14C97
Complementary color
Monochromatic Colors of #E14C97
Black with #E14C97
Text Example
Text Example
White with #E14C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C97; }
p { color: rgb(225,76,151); }
H1.HeaderClassName
{
color: #E14C97;
}
.AnyTagClassName
{
color: #E14C97;
}
</style>
background-color css
<style>
a { background-color: #E14C97; }
a { background-color: rgb(225,76,151); }
div.DivClassName
{
background-color: #E14C97;
}
.BgClassName
{
background-color: #E14C97;
}
</style>
border-color css
<style>
span { border-color: #E14C97; }
span { border-color: rgb(225,76,151); }
td.TdClassName
{
border-color: #E14C97;
}
.TagClassName
{
border-color: #E14C97;
}
</style>