Shades of French Rose #E14E9A
Tints of French Rose #E14E9A
RGB
CMYK
RGB Variations
Color information
#E14E9A (or 0xE14E9A) is known color: French Rose. HEX triplet: E1, 4E and 9A. RGB value is (225,78,154). Sum of RGB (Red+Green+Blue) = 225+78+154=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E9A is #1EB165. Grayscale: #828282. Windows color (decimal): -2011494 or 10112737. OLE color: 10112737.
HSL color Cylindrical-coordinate representation of color #E14E9A: hue angle of 328.98º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14E9A is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 154 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.12 |
| HSL | 328.98º | 0.71% | 0.59% | - |
| HSV(B) | 328.98º | 0.65% | 0.88% | - |
| XYZ | 39.61 | 23.79 | 33.08 | - |
| YUV | 130.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 154 | 0 | 0.65 | 0.32 | 0.12 | 328.98 | 0.71 | 0.59 |
| Hex | E1 | 4E | 9A | 0 | 41 | 20 | C | 149 | 47 | 3B |
| Octal | 341 | 116 | 232 | 0 | 101 | 40 | 14 | 511 | 107 | 73 |
| Binary | 11100001 | 1001110 | 10011010 | 0 | 1000001 | 100000 | 1100 | 101001001 | 1000111 | 111011 |
Color Harmonies of #E14E9A
Complementary color
Monochromatic Colors of #E14E9A
Black with #E14E9A
Text Example
Text Example
White with #E14E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E9A; }
p { color: rgb(225,78,154); }
H1.HeaderClassName
{
color: #E14E9A;
}
.AnyTagClassName
{
color: #E14E9A;
}
</style>
background-color css
<style>
a { background-color: #E14E9A; }
a { background-color: rgb(225,78,154); }
div.DivClassName
{
background-color: #E14E9A;
}
.BgClassName
{
background-color: #E14E9A;
}
</style>
border-color css
<style>
span { border-color: #E14E9A; }
span { border-color: rgb(225,78,154); }
td.TdClassName
{
border-color: #E14E9A;
}
.TagClassName
{
border-color: #E14E9A;
}
</style>