#e14c53

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

Shades of Mandy #E14C53

Tints of Mandy #E14C53

Color information

#E14C53 (or 0xE14C53) is unknown color: approx Mandy. HEX triplet: E1, 4C and 53. RGB value is (225,76,83). Sum of RGB (Red+Green+Blue) = 225+76+83=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C53 is #1EB3AC. Grayscale: #797979. Windows color (decimal): -2012077 or 5459169. OLE color: 5459169.

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

Color convert

RGB2257683-
CMYK00.660.630.12
HSL357.18º71.29%59.02%-
HSV(B)357.18º66.22%88.24%-
XYZ35.221.810.54-
YUV121.35106.36201.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.59%
GREEN value IS 76 (30.08% from 255) = 19.79%
BLUE value IS 83 (32.81% from 255) = 21.61%
R=58.59%
G=19.79%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225768300.660.630.12357.1871.2959.02
HexE14C530423FC165473b
Octal3411141230102771454510773
Binary11100001100110010100110100001011111111001011001011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e14c53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e14c53; }

 p { color: rgb(225,76,83); }

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

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

 a { background-color: rgb(225,76,83); }

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

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

 span { border-color: rgb(225,76,83); }

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