#e14d56

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

Shades of Mandy #E14D56

Tints of Mandy #E14D56

Color information

#E14D56 (or 0xE14D56) is unknown color: approx Mandy. HEX triplet: E1, 4D and 56. RGB value is (225,77,86). Sum of RGB (Red+Green+Blue) = 225+77+86=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D56 is #1EB2A9. Grayscale: #7A7A7A. Windows color (decimal): -2011818 or 5656033. OLE color: 5656033.

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

Color convert

RGB2257786-
CMYK00.660.620.12
HSL356.35º71.15%59.22%-
HSV(B)356.35º65.78%88.24%-
XYZ35.3821.9911.18-
YUV122.28107.53201.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.99%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=57.99%
G=19.85%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225778600.660.620.12356.3571.1559.22
HexE14D560423EC164473b
Octal3411151260102761454410773
Binary11100001100110110101100100001011111011001011001001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e14d56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e14d56; }

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

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

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

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

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

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

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

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