#E1465A

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

Shades of Mandy #E1465A

Tints of Mandy #E1465A

Color information

#E1465A (or 0xE1465A) is unknown color: approx Mandy. HEX triplet: E1, 46 and 5A. RGB value is (225,70,90). Sum of RGB (Red+Green+Blue) = 225+70+90=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1465A is #1EB9A5. Grayscale: #767676. Windows color (decimal): -2013606 or 5916385. OLE color: 5916385.

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

Color convert

RGB2257090-
CMYK00.690.600.12
HSL352.26º72.09%57.84%-
HSV(B)352.26º68.89%88.24%-
XYZ35.0921.1311.9-
YUV118.62111.85203.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.44%
GREEN value IS 70 (27.73% from 255) = 18.18%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=58.44%
G=18.18%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225709000.690.600.12352.2672.0957.84
HexE1465A0453CC160483a
Octal3411061320105741454011072
Binary11100001100011010110100100010111110011001011000001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1465A; }

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

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

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

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

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

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

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

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