#E4554E

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

Shades of Valencia #E4554E

Tints of Valencia #E4554E

Color information

#E4554E (or 0xE4554E) is unknown color: approx Valencia. HEX triplet: E4, 55 and 4E. RGB value is (228,85,78). Sum of RGB (Red+Green+Blue) = 228+85+78=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E4554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4554E is #1BAAB1. Grayscale: #7F7F7F. Windows color (decimal): -1813170 or 5133796. OLE color: 5133796.

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

Color convert

RGB2288578-
CMYK00.630.660.11
HSL2.8º73.53%60%-
HSV(B)2.8º65.79%89.41%-
XYZ36.6223.549.82-
YUV126.96100.38200.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 58.31%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=58.31%
G=21.74%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228857800.630.660.112.873.5360
HexE4554E03F42B34a3c
Octal34412511607710213311274
Binary1110010010101011001110011111110000101011111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4554E; }

 p { color: rgb(228,85,78); }

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

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

 a { background-color: rgb(228,85,78); }

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

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

 span { border-color: rgb(228,85,78); }

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