#E35443

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

Shades of Valencia #E35443

Tints of Valencia #E35443

Color information

#E35443 (or 0xE35443) is unknown color: approx Valencia. HEX triplet: E3, 54 and 43. RGB value is (227,84,67). Sum of RGB (Red+Green+Blue) = 227+84+67=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E35443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35443 is #1CABBC. Grayscale: #7D7D7D. Windows color (decimal): -1878973 or 4412643. OLE color: 4412643.

HSL color Cylindrical-coordinate representation of color #E35443: hue angle of 6.38º 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 #E35443 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB2278467-
CMYK00.630.700.11
HSL6.38º74.07%57.65%-
HSV(B)6.38º70.48%89.02%-
XYZ35.8623.087.87-
YUV124.8295.38200.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 60.05%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 67 (26.56% from 255) = 17.72%
R=60.05%
G=22.22%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227846700.630.700.116.3874.0757.65
HexE3544303F46B64a3a
Octal34312410307710613611272
Binary11100011101010010000110111111100011010111101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35443; }

 p { color: rgb(227,84,67); }

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

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

 a { background-color: rgb(227,84,67); }

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

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

 span { border-color: rgb(227,84,67); }

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