#E14357

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

Shades of Mandy #E14357

Tints of Mandy #E14357

Color information

#E14357 (or 0xE14357) is unknown color: approx Mandy. HEX triplet: E1, 43 and 57. RGB value is (225,67,87). Sum of RGB (Red+Green+Blue) = 225+67+87=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E14357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14357 is #1EBCA8. Grayscale: #747474. Windows color (decimal): -2014377 or 5719009. OLE color: 5719009.

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

Color convert

RGB2256787-
CMYK00.700.610.12
HSL352.41º72.48%57.25%-
HSV(B)352.41º70.22%88.24%-
XYZ34.7820.7111.18-
YUV116.52111.35205.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.37%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=59.37%
G=17.68%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225678700.700.610.12352.4172.4857.25
HexE143570463DC1604839
Octal3411031270106751454011071
Binary11100001100001110101110100011011110111001011000001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14357; }

 p { color: rgb(225,67,87); }

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

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

 a { background-color: rgb(225,67,87); }

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

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

 span { border-color: rgb(225,67,87); }

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