#E5505F

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

Shades of Mandy #E5505F

Tints of Mandy #E5505F

Color information

#E5505F (or 0xE5505F) is unknown color: approx Mandy. HEX triplet: E5, 50 and 5F. RGB value is (229,80,95). Sum of RGB (Red+Green+Blue) = 229+80+95=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E5505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5505F is #1AAFA0. Grayscale: #7E7E7E. Windows color (decimal): -1748897 or 6246629. OLE color: 6246629.

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

Color convert

RGB2298095-
CMYK00.650.590.10
HSL353.96º74.13%60.59%-
HSV(B)353.96º65.07%89.8%-
XYZ37.2523.2213.35-
YUV126.26110.36201.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.68%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=56.68%
G=19.80%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229809500.650.590.10353.9674.1360.59
HexE5505F0413BA1624a3d
Octal3451201370101731254211275
Binary11100101101000010111110100000111101110101011000101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5505F; }

 p { color: rgb(229,80,95); }

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

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

 a { background-color: rgb(229,80,95); }

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

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

 span { border-color: rgb(229,80,95); }

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