#E34D55

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

Shades of Mandy #E34D55

Tints of Mandy #E34D55

Color information

#E34D55 (or 0xE34D55) is unknown color: approx Mandy. HEX triplet: E3, 4D and 55. RGB value is (227,77,85). Sum of RGB (Red+Green+Blue) = 227+77+85=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E34D55 is #1CB2AA. Grayscale: #7A7A7A. Windows color (decimal): -1880747 or 5590499. OLE color: 5590499.

HSL color Cylindrical-coordinate representation of color #E34D55: hue angle of 356.8º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34D55 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB2277785-
CMYK00.660.630.11
HSL356.8º72.82%59.61%-
HSV(B)356.8º66.08%89.02%-
XYZ35.9722.2911-
YUV122.76106.7202.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 58.35%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=58.35%
G=19.79%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227778500.660.630.11356.872.8259.61
HexE34D550423FB165493c
Octal3431151250102771354511174
Binary11100011100110110101010100001011111110111011001011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34D55; }

 p { color: rgb(227,77,85); }

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

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

 a { background-color: rgb(227,77,85); }

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

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

 span { border-color: rgb(227,77,85); }

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