#E54C60

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

Shades of Mandy #E54C60

Tints of Mandy #E54C60

Color information

#E54C60 (or 0xE54C60) is unknown color: approx Mandy. HEX triplet: E5, 4C and 60. RGB value is (229,76,96). Sum of RGB (Red+Green+Blue) = 229+76+96=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C60 is #1AB39F. Grayscale: #7C7C7C. Windows color (decimal): -1749920 or 6311141. OLE color: 6311141.

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

Color convert

RGB2297696-
CMYK00.670.580.10
HSL352.16º74.63%59.8%-
HSV(B)352.16º66.81%89.8%-
XYZ37.0122.6713.49-
YUV124.03112.19202.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.11%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=57.11%
G=18.95%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229769600.670.580.10352.1674.6359.8
HexE54C600433AA1604b3c
Octal3451141400103721254011374
Binary11100101100110011000000100001111101010101011000001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C60; }

 p { color: rgb(229,76,96); }

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

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

 a { background-color: rgb(229,76,96); }

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

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

 span { border-color: rgb(229,76,96); }

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