#E14E54

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

Shades of Mandy #E14E54

Tints of Mandy #E14E54

Color information

#E14E54 (or 0xE14E54) is unknown color: approx Mandy. HEX triplet: E1, 4E and 54. RGB value is (225,78,84). Sum of RGB (Red+Green+Blue) = 225+78+84=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E54 is #1EB1AB. Grayscale: #7A7A7A. Windows color (decimal): -2011564 or 5525217. OLE color: 5525217.

HSL color Cylindrical-coordinate representation of color #E14E54: hue angle of 357.55º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14E54 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB2257884-
CMYK00.650.630.12
HSL357.55º71.01%59.41%-
HSV(B)357.55º65.33%88.24%-
XYZ35.3822.110.79-
YUV122.64106.2201.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.14%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 84 (33.20% from 255) = 21.71%
R=58.14%
G=20.16%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225788400.650.630.12357.5571.0159.41
HexE14E540413FC166473b
Octal3411161240101771454610773
Binary11100001100111010101000100000111111111001011001101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14E54; }

 p { color: rgb(225,78,84); }

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

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

 a { background-color: rgb(225,78,84); }

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

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

 span { border-color: rgb(225,78,84); }

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