#E1485A

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

Shades of Mandy #E1485A

Tints of Mandy #E1485A

Color information

#E1485A (or 0xE1485A) is unknown color: approx Mandy. HEX triplet: E1, 48 and 5A. RGB value is (225,72,90). Sum of RGB (Red+Green+Blue) = 225+72+90=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1485A is #1EB7A5. Grayscale: #777777. Windows color (decimal): -2013094 or 5916897. OLE color: 5916897.

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

Color convert

RGB2257290-
CMYK00.680.600.12
HSL352.94º71.83%58.24%-
HSV(B)352.94º68%88.24%-
XYZ35.2121.3811.94-
YUV119.8111.19203.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.14%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=58.14%
G=18.60%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225729000.680.600.12352.9471.8358.24
HexE1485A0443CC161483a
Octal3411101320104741454111072
Binary11100001100100010110100100010011110011001011000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1485A; }

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

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

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

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

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

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

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

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