#E14760

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

Shades of Mandy #E14760

Tints of Mandy #E14760

Color information

#E14760 (or 0xE14760) is unknown color: approx Mandy. HEX triplet: E1, 47 and 60. RGB value is (225,71,96). Sum of RGB (Red+Green+Blue) = 225+71+96=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E14760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14760 is #1EB89F. Grayscale: #777777. Windows color (decimal): -2013344 or 6309857. OLE color: 6309857.

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

Color convert

RGB2257196-
CMYK00.680.570.12
HSL350.26º71.96%58.04%-
HSV(B)350.26º68.44%88.24%-
XYZ35.4221.3613.32-
YUV119.9114.52202.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.40%
GREEN value IS 71 (28.12% from 255) = 18.11%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=57.40%
G=18.11%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225719600.680.570.12350.2671.9658.04
HexE1476004439C15e483a
Octal3411071400104711453611072
Binary11100001100011111000000100010011100111001010111101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14760; }

 p { color: rgb(225,71,96); }

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

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

 a { background-color: rgb(225,71,96); }

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

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

 span { border-color: rgb(225,71,96); }

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