#E54A50

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

Shades of Mandy #E54A50

Tints of Mandy #E54A50

Color information

#E54A50 (or 0xE54A50) is unknown color: approx Mandy. HEX triplet: E5, 4A and 50. RGB value is (229,74,80). Sum of RGB (Red+Green+Blue) = 229+74+80=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A50 is #1AB5AF. Grayscale: #797979. Windows color (decimal): -1750448 or 5262053. OLE color: 5262053.

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

Color convert

RGB2297480-
CMYK00.680.650.10
HSL357.68º74.88%59.41%-
HSV(B)357.68º67.69%89.8%-
XYZ36.2122.139.95-
YUV121.03104.85205.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.79%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=59.79%
G=19.32%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229748000.680.650.10357.6874.8859.41
HexE54A5004441A1664b3b
Octal34511212001041011254611373
Binary111001011001010101000001000100100000110101011001101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54A50; }

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

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

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

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

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

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

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

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