#E14456

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

Shades of Mandy #E14456

Tints of Mandy #E14456

Color information

#E14456 (or 0xE14456) is unknown color: approx Mandy. HEX triplet: E1, 44 and 56. RGB value is (225,68,86). Sum of RGB (Red+Green+Blue) = 225+68+86=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E14456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14456 is #1EBBA9. Grayscale: #757575. Windows color (decimal): -2014122 or 5653729. OLE color: 5653729.

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

Color convert

RGB2256886-
CMYK00.700.620.12
HSL353.12º72.35%57.45%-
HSV(B)353.12º69.78%88.24%-
XYZ34.820.8110.99-
YUV116.99110.51205.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.37%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=59.37%
G=17.94%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225688600.700.620.12353.1272.3557.45
HexE144560463EC1614839
Octal3411041260106761454111071
Binary11100001100010010101100100011011111011001011000011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14456; }

 p { color: rgb(225,68,86); }

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

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

 a { background-color: rgb(225,68,86); }

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

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

 span { border-color: rgb(225,68,86); }

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