#E3554A

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

Shades of Valencia #E3554A

Tints of Valencia #E3554A

Color information

#E3554A (or 0xE3554A) is unknown color: approx Valencia. HEX triplet: E3, 55 and 4A. RGB value is (227,85,74). Sum of RGB (Red+Green+Blue) = 227+85+74=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3554A is #1CAAB5. Grayscale: #7E7E7E. Windows color (decimal): -1878710 or 4871651. OLE color: 4871651.

HSL color Cylindrical-coordinate representation of color #E3554A: hue angle of 4.31º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3554A is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB2278574-
CMYK00.630.670.11
HSL4.31º73.21%59.02%-
HSV(B)4.31º67.4%89.02%-
XYZ36.1623.329.07-
YUV126.298.54199.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 58.81%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=58.81%
G=22.02%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227857400.630.670.114.3173.2159.02
HexE3554A03F43B4493b
Octal34312511207710313411173
Binary11100011101010110010100111111100001110111001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3554A; }

 p { color: rgb(227,85,74); }

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

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

 a { background-color: rgb(227,85,74); }

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

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

 span { border-color: rgb(227,85,74); }

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