#E14D95

Color #E14D95 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #E14D95

Tints of French Rose #E14D95

Color information

#E14D95 (or 0xE14D95) is unknown color: approx French Rose. HEX triplet: E1, 4D and 95. RGB value is (225,77,149). Sum of RGB (Red+Green+Blue) = 225+77+149=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D95 is #1EB26A. Grayscale: #818181. Windows color (decimal): -2011755 or 9784801. OLE color: 9784801.

HSL color Cylindrical-coordinate representation of color #E14D95: hue angle of 330.81º 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 #E14D95 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB22577149-
CMYK00.660.340.12
HSL330.81º71.15%59.22%-
HSV(B)330.81º65.78%88.24%-
XYZ39.1323.4930.9-
YUV129.46139.03196.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 77 (30.47% from 255) = 17.07%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=49.89%
G=17.07%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257714900.660.340.12330.8171.1559.22
HexE14D9504222C14b473b
Octal3411152250102421451310773
Binary111000011001101100101010100001010001011001010010111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D95; }

 p { color: rgb(225,77,149); }

 H1.HeaderClassName
 {
   color: #E14D95;
 }
 .AnyTagClassName
 {
   color: #E14D95;
 }
</style>
background-color css

<style>
 a { background-color: #E14D95; }

 a { background-color: rgb(225,77,149); }

 div.DivClassName
 {
   background-color: #E14D95;
 }
 .BgClassName
 {
   background-color: #E14D95;
 }
</style>
border-color css

<style>
 span { border-color: #E14D95; }

 span { border-color: rgb(225,77,149); }

 td.TdClassName
 {
   border-color: #E14D95;
 }
 .TagClassName
 {
   border-color: #E14D95;
 }
</style>