#E05344

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

Shades of Valencia #E05344

Tints of Valencia #E05344

Color information

#E05344 (or 0xE05344) is unknown color: approx Valencia. HEX triplet: E0, 53 and 44. RGB value is (224,83,68). Sum of RGB (Red+Green+Blue) = 224+83+68=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E05344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05344 is #1FACBB. Grayscale: #7B7B7B. Windows color (decimal): -2075836 or 4477920. OLE color: 4477920.

HSL color Cylindrical-coordinate representation of color #E05344: hue angle of 5.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E05344 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2248368-
CMYK00.630.700.12
HSL5.77º71.56%57.25%-
HSV(B)5.77º69.64%87.84%-
XYZ34.8822.457.96-
YUV123.4596.71199.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.73%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 68 (26.95% from 255) = 18.13%
R=59.73%
G=22.13%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224836800.630.700.125.7771.5657.25
HexE0534403F46C64839
Octal34012310407710614611071
Binary11100000101001110001000111111100011011001101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05344; }

 p { color: rgb(224,83,68); }

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

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

 a { background-color: rgb(224,83,68); }

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

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

 span { border-color: rgb(224,83,68); }

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