#E14A54

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

Shades of Mandy #E14A54

Tints of Mandy #E14A54

Color information

#E14A54 (or 0xE14A54) is unknown color: approx Mandy. HEX triplet: E1, 4A and 54. RGB value is (225,74,84). Sum of RGB (Red+Green+Blue) = 225+74+84=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A54 is #1EB5AB. Grayscale: #787878. Windows color (decimal): -2012588 or 5524193. OLE color: 5524193.

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

Color convert

RGB2257484-
CMYK00.670.630.12
HSL356.03º71.56%58.63%-
HSV(B)356.03º67.11%88.24%-
XYZ35.121.5510.7-
YUV120.29107.53202.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.75%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=58.75%
G=19.32%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225748400.670.630.12356.0371.5658.63
HexE14A540433FC164483b
Octal3411121240103771454411073
Binary11100001100101010101000100001111111111001011001001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14A54; }

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

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

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

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

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

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

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

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