#E34E45

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

Shades of Valencia #E34E45

Tints of Valencia #E34E45

Color information

#E34E45 (or 0xE34E45) is unknown color: approx Valencia. HEX triplet: E3, 4E and 45. RGB value is (227,78,69). Sum of RGB (Red+Green+Blue) = 227+78+69=374 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.70% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34E45 is #1CB1BA. Grayscale: #797979. Windows color (decimal): -1880507 or 4542179. OLE color: 4542179.

HSL color Cylindrical-coordinate representation of color #E34E45: hue angle of 3.42º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34E45 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB2277869-
CMYK00.660.700.11
HSL3.42º73.83%58.04%-
HSV(B)3.42º69.6%89.02%-
XYZ35.4822.218.05-
YUV121.5298.36203.23-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 60.70%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=60.70%
G=20.86%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227786900.660.700.113.4273.8358.04
HexE34E4504246B34a3a
Octal343116105010210613311272
Binary11100011100111010001010100001010001101011111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34E45; }

 p { color: rgb(227,78,69); }

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

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

 a { background-color: rgb(227,78,69); }

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

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

 span { border-color: rgb(227,78,69); }

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