#E14D5C

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

Shades of Mandy #E14D5C

Tints of Mandy #E14D5C

Color information

#E14D5C (or 0xE14D5C) is unknown color: approx Mandy. HEX triplet: E1, 4D and 5C. RGB value is (225,77,92). Sum of RGB (Red+Green+Blue) = 225+77+92=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D5C is #1EB2A3. Grayscale: #7B7B7B. Windows color (decimal): -2011812 or 6049249. OLE color: 6049249.

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

Color convert

RGB2257792-
CMYK00.660.590.12
HSL353.92º71.15%59.22%-
HSV(B)353.92º65.78%88.24%-
XYZ35.6422.0912.51-
YUV122.96110.53200.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.11%
GREEN value IS 77 (30.47% from 255) = 19.54%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=57.11%
G=19.54%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225779200.660.590.12353.9271.1559.22
HexE14D5C0423BC162473b
Octal3411151340102731454210773
Binary11100001100110110111000100001011101111001011000101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D5C; }

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

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

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

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

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

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

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

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