#E5485E

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

Shades of Mandy #E5485E

Tints of Mandy #E5485E

Color information

#E5485E (or 0xE5485E) is unknown color: approx Mandy. HEX triplet: E5, 48 and 5E. RGB value is (229,72,94). Sum of RGB (Red+Green+Blue) = 229+72+94=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E5485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5485E is #1AB7A1. Grayscale: #797979. Windows color (decimal): -1750946 or 6179045. OLE color: 6179045.

HSL color Cylindrical-coordinate representation of color #E5485E: hue angle of 351.59º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5485E is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB2297294-
CMYK00.690.590.10
HSL351.59º75.12%59.02%-
HSV(B)351.59º68.56%89.8%-
XYZ36.6522.112.92-
YUV121.45112.51204.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.97%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 94 (37.11% from 255) = 23.80%
R=57.97%
G=18.23%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229729400.690.590.10351.5975.1259.02
HexE5485E0453BA1604b3b
Octal3451101360105731254011373
Binary11100101100100010111100100010111101110101011000001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5485E; }

 p { color: rgb(229,72,94); }

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

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

 a { background-color: rgb(229,72,94); }

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

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

 span { border-color: rgb(229,72,94); }

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