#E54F5B

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

Shades of Mandy #E54F5B

Tints of Mandy #E54F5B

Color information

#E54F5B (or 0xE54F5B) is unknown color: approx Mandy. HEX triplet: E5, 4F and 5B. RGB value is (229,79,91). Sum of RGB (Red+Green+Blue) = 229+79+91=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F5B is #1AB0A4. Grayscale: #7D7D7D. Windows color (decimal): -1749157 or 5984229. OLE color: 5984229.

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

Color convert

RGB2297991-
CMYK00.660.600.10
HSL355.2º74.26%60.39%-
HSV(B)355.2º65.5%89.8%-
XYZ3723.0112.39-
YUV125.22108.7202.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.39%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=57.39%
G=19.80%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229799100.660.600.10355.274.2660.39
HexE54F5B0423CA1634a3c
Octal3451171330102741254311274
Binary11100101100111110110110100001011110010101011000111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54F5B; }

 p { color: rgb(229,79,91); }

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

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

 a { background-color: rgb(229,79,91); }

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

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

 span { border-color: rgb(229,79,91); }

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