Shades of French Rose #E14F98
Tints of French Rose #E14F98
RGB
CMYK
RGB Variations
Color information
#E14F98 (or 0xE14F98) is known color: French Rose. HEX triplet: E1, 4F and 98. RGB value is (225,79,152). Sum of RGB (Red+Green+Blue) = 225+79+152=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F98 is #1EB067. Grayscale: #828282. Windows color (decimal): -2011240 or 9981921. OLE color: 9981921.
HSL color Cylindrical-coordinate representation of color #E14F98: hue angle of 330º 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 #E14F98 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 152 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.12 |
| HSL | 330º | 0.71% | 0.6% | - |
| HSV(B) | 330º | 0.65% | 0.88% | - |
| XYZ | 39.51 | 23.87 | 32.23 | - |
| YUV | 130.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 152 | 0 | 0.65 | 0.32 | 0.12 | 330 | 0.71 | 0.6 |
| Hex | E1 | 4F | 98 | 0 | 41 | 20 | C | 14A | 47 | 3C |
| Octal | 341 | 117 | 230 | 0 | 101 | 40 | 14 | 512 | 107 | 74 |
| Binary | 11100001 | 1001111 | 10011000 | 0 | 1000001 | 100000 | 1100 | 101001010 | 1000111 | 111100 |
Color Harmonies of #E14F98
Complementary color
Monochromatic Colors of #E14F98
Black with #E14F98
Text Example
Text Example
White with #E14F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F98; }
p { color: rgb(225,79,152); }
H1.HeaderClassName
{
color: #E14F98;
}
.AnyTagClassName
{
color: #E14F98;
}
</style>
background-color css
<style>
a { background-color: #E14F98; }
a { background-color: rgb(225,79,152); }
div.DivClassName
{
background-color: #E14F98;
}
.BgClassName
{
background-color: #E14F98;
}
</style>
border-color css
<style>
span { border-color: #E14F98; }
span { border-color: rgb(225,79,152); }
td.TdClassName
{
border-color: #E14F98;
}
.TagClassName
{
border-color: #E14F98;
}
</style>