#E14F56

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

Shades of Mandy #E14F56

Tints of Mandy #E14F56

Color information

#E14F56 (or 0xE14F56) is unknown color: approx Mandy. HEX triplet: E1, 4F and 56. RGB value is (225,79,86). Sum of RGB (Red+Green+Blue) = 225+79+86=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F56 is #1EB0A9. Grayscale: #7B7B7B. Windows color (decimal): -2011306 or 5656545. OLE color: 5656545.

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

Color convert

RGB2257986-
CMYK00.650.620.12
HSL357.12º70.87%59.61%-
HSV(B)357.12º64.89%88.24%-
XYZ35.5322.2711.23-
YUV123.45106.87200.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.69%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=57.69%
G=20.26%
B=22.05%

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
Decimal225798600.650.620.12357.1270.8759.61
HexE14F560413EC165473c
Octal3411171260101761454510774
Binary11100001100111110101100100000111111011001011001011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14F56; }

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

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

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

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

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

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

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

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