#E14D63

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

Shades of Mandy #E14D63

Tints of Mandy #E14D63

Color information

#E14D63 (or 0xE14D63) is unknown color: approx Mandy. HEX triplet: E1, 4D and 63. RGB value is (225,77,99). Sum of RGB (Red+Green+Blue) = 225+77+99=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D63 is #1EB29C. Grayscale: #7B7B7B. Windows color (decimal): -2011805 or 6508001. OLE color: 6508001.

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

Color convert

RGB2257799-
CMYK00.660.560.12
HSL351.08º71.15%59.22%-
HSV(B)351.08º65.78%88.24%-
XYZ35.9622.2214.2-
YUV123.76114.03200.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.11%
GREEN value IS 77 (30.47% from 255) = 19.20%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=56.11%
G=19.20%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225779900.660.560.12351.0871.1559.22
HexE14D6304238C15f473b
Octal3411151430102701453710773
Binary11100001100110111000110100001011100011001010111111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D63; }

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

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

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

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

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

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

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

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