#E54C50

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

Shades of Mandy #E54C50

Tints of Mandy #E54C50

Color information

#E54C50 (or 0xE54C50) is unknown color: approx Mandy. HEX triplet: E5, 4C and 50. RGB value is (229,76,80). Sum of RGB (Red+Green+Blue) = 229+76+80=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C50 is #1AB3AF. Grayscale: #7A7A7A. Windows color (decimal): -1749936 or 5262565. OLE color: 5262565.

HSL color Cylindrical-coordinate representation of color #E54C50: hue angle of 358.43º 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 #E54C50 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB2297680-
CMYK00.670.650.10
HSL358.43º74.63%59.8%-
HSV(B)358.43º66.81%89.8%-
XYZ36.3522.4110-
YUV122.2104.19204.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.48%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=59.48%
G=19.74%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229768000.670.650.10358.4374.6359.8
HexE54C5004341A1664b3c
Octal34511412001031011254611374
Binary111001011001100101000001000011100000110101011001101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C50; }

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

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

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

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

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

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

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

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