#E14555

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

Shades of Mandy #E14555

Tints of Mandy #E14555

Color information

#E14555 (or 0xE14555) is unknown color: approx Mandy. HEX triplet: E1, 45 and 55. RGB value is (225,69,85). Sum of RGB (Red+Green+Blue) = 225+69+85=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E14555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14555 is #1EBAAA. Grayscale: #757575. Windows color (decimal): -2013867 or 5588449. OLE color: 5588449.

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

Color convert

RGB2256985-
CMYK00.690.620.12
HSL353.85º72.22%57.65%-
HSV(B)353.85º69.33%88.24%-
XYZ34.8220.9210.8-
YUV117.47109.68204.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.37%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=59.37%
G=18.21%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225698500.690.620.12353.8572.2257.65
HexE145550453EC162483a
Octal3411051250105761454211072
Binary11100001100010110101010100010111111011001011000101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14555; }

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

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

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

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

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

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

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

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