#E14E55

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

Shades of Mandy #E14E55

Tints of Mandy #E14E55

Color information

#E14E55 (or 0xE14E55) is unknown color: approx Mandy. HEX triplet: E1, 4E and 55. RGB value is (225,78,85). Sum of RGB (Red+Green+Blue) = 225+78+85=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E55 is #1EB1AA. Grayscale: #7A7A7A. Windows color (decimal): -2011563 or 5590753. OLE color: 5590753.

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

Color convert

RGB2257885-
CMYK00.650.620.12
HSL357.14º71.01%59.41%-
HSV(B)357.14º65.33%88.24%-
XYZ35.4222.1111-
YUV122.75106.7200.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.99%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=57.99%
G=20.10%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225788500.650.620.12357.1471.0159.41
HexE14E550413EC165473b
Octal3411161250101761454510773
Binary11100001100111010101010100000111111011001011001011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14E55; }

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

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

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

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

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

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

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

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