#E05747

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

Shades of Valencia #E05747

Tints of Valencia #E05747

Color information

#E05747 (or 0xE05747) is unknown color: approx Valencia. HEX triplet: E0, 57 and 47. RGB value is (224,87,71). Sum of RGB (Red+Green+Blue) = 224+87+71=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E05747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05747 is #1FA8B8. Grayscale: #7E7E7E. Windows color (decimal): -2074809 or 4675552. OLE color: 4675552.

HSL color Cylindrical-coordinate representation of color #E05747: hue angle of 6.27º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E05747 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB2248771-
CMYK00.610.680.12
HSL6.27º71.16%57.84%-
HSV(B)6.27º68.3%87.84%-
XYZ35.2923.128.56-
YUV126.1496.89197.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.64%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 71 (28.12% from 255) = 18.59%
R=58.64%
G=22.77%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224877100.610.680.126.2771.1657.84
HexE0574703D44C6473a
Octal34012710707510414610772
Binary11100000101011110001110111101100010011001101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05747; }

 p { color: rgb(224,87,71); }

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

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

 a { background-color: rgb(224,87,71); }

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

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

 span { border-color: rgb(224,87,71); }

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