#E14C99

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

Shades of French Rose #E14C99

Tints of French Rose #E14C99

Color information

#E14C99 (or 0xE14C99) is unknown color: approx French Rose. HEX triplet: E1, 4C and 99. RGB value is (225,76,153). Sum of RGB (Red+Green+Blue) = 225+76+153=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14C99 is #1EB366. Grayscale: #818181. Windows color (decimal): -2012007 or 10046689. OLE color: 10046689.

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

Color convert

RGB22576153-
CMYK00.660.320.12
HSL328.99º71.29%59.02%-
HSV(B)328.99º66.22%88.24%-
XYZ39.3923.4832.59-
YUV129.33141.36196.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 76 (30.08% from 255) = 16.74%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=49.56%
G=16.74%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257615300.660.320.12328.9971.2959.02
HexE14C9904220C149473b
Octal3411142310102401451110773
Binary111000011001100100110010100001010000011001010010011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14C99; }

 p { color: rgb(225,76,153); }

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

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

 a { background-color: rgb(225,76,153); }

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

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

 span { border-color: rgb(225,76,153); }

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