#E4544B

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

Shades of Valencia #E4544B

Tints of Valencia #E4544B

Color information

#E4544B (or 0xE4544B) is unknown color: approx Valencia. HEX triplet: E4, 54 and 4B. RGB value is (228,84,75). Sum of RGB (Red+Green+Blue) = 228+84+75=387 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.91% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 228 - color contains mainly: red. Hex color #E4544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4544B is #1BABB4. Grayscale: #7E7E7E. Windows color (decimal): -1813429 or 4936932. OLE color: 4936932.

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

Color convert

RGB2288475-
CMYK00.630.670.11
HSL3.53º73.91%59.41%-
HSV(B)3.53º67.11%89.41%-
XYZ36.4423.349.24-
YUV126.0399.21200.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 58.91%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=58.91%
G=21.71%
B=19.38%

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
Decimal228847500.630.670.113.5373.9159.41
HexE4544B03F43B44a3b
Octal34412411307710313411273
Binary11100100101010010010110111111100001110111001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4544B; }

 p { color: rgb(228,84,75); }

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

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

 a { background-color: rgb(228,84,75); }

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

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

 span { border-color: rgb(228,84,75); }

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