#E54F49

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

Shades of Valencia #E54F49

Tints of Valencia #E54F49

Color information

#E54F49 (or 0xE54F49) is unknown color: approx Valencia. HEX triplet: E5, 4F and 49. RGB value is (229,79,73). Sum of RGB (Red+Green+Blue) = 229+79+73=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54F49 is #1AB0B6. Grayscale: #7B7B7B. Windows color (decimal): -1749175 or 4804581. OLE color: 4804581.

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

Color convert

RGB2297973-
CMYK00.660.680.10
HSL2.31º75%59.22%-
HSV(B)2.31º68.12%89.8%-
XYZ36.3122.738.78-
YUV123.1799.7203.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.10%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=60.10%
G=20.73%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229797300.660.680.102.317559.22
HexE54F4904244A24b3b
Octal345117111010210412211373
Binary11100101100111110010010100001010001001010101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54F49; }

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

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

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

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

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

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

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

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