#E14658

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

Shades of Mandy #E14658

Tints of Mandy #E14658

Color information

#E14658 (or 0xE14658) is unknown color: approx Mandy. HEX triplet: E1, 46 and 58. RGB value is (225,70,88). Sum of RGB (Red+Green+Blue) = 225+70+88=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E14658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14658 is #1EB9A7. Grayscale: #767676. Windows color (decimal): -2013608 or 5785313. OLE color: 5785313.

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

Color convert

RGB2257088-
CMYK00.690.610.12
HSL353.03º72.09%57.84%-
HSV(B)353.03º68.89%88.24%-
XYZ3521.0911.46-
YUV118.4110.85204.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.75%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=58.75%
G=18.28%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225708800.690.610.12353.0372.0957.84
HexE146580453DC161483a
Octal3411061300105751454111072
Binary11100001100011010110000100010111110111001011000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14658; }

 p { color: rgb(225,70,88); }

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

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

 a { background-color: rgb(225,70,88); }

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

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

 span { border-color: rgb(225,70,88); }

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