#E14F93

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

Shades of French Rose #E14F93

Tints of French Rose #E14F93

Color information

#E14F93 (or 0xE14F93) is unknown color: approx French Rose. HEX triplet: E1, 4F and 93. RGB value is (225,79,147). Sum of RGB (Red+Green+Blue) = 225+79+147=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F93 is #1EB06C. Grayscale: #828282. Windows color (decimal): -2011245 or 9654241. OLE color: 9654241.

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

Color convert

RGB22579147-
CMYK00.650.350.12
HSL332.05º70.87%59.61%-
HSV(B)332.05º64.89%88.24%-
XYZ39.1123.7130.12-
YUV130.41137.37195.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 79 (31.25% from 255) = 17.52%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=49.89%
G=17.52%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257914700.650.350.12332.0570.8759.61
HexE14F9304123C14c473c
Octal3411172230101431451410774
Binary111000011001111100100110100000110001111001010011001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14F93; }

 p { color: rgb(225,79,147); }

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

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

 a { background-color: rgb(225,79,147); }

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

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

 span { border-color: rgb(225,79,147); }

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