#E45448

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

Shades of Valencia #E45448

Tints of Valencia #E45448

Color information

#E45448 (or 0xE45448) is unknown color: approx Valencia. HEX triplet: E4, 54 and 48. RGB value is (228,84,72). Sum of RGB (Red+Green+Blue) = 228+84+72=384 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.38% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 228 - color contains mainly: red. Hex color #E45448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45448 is #1BABB7. Grayscale: #7D7D7D. Windows color (decimal): -1813432 or 4740324. OLE color: 4740324.

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

Color convert

RGB2288472-
CMYK00.630.680.11
HSL4.62º74.29%58.82%-
HSV(B)4.62º68.42%89.41%-
XYZ36.3323.38.71-
YUV125.6997.71200.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.38%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=59.38%
G=21.88%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228847200.630.680.114.6274.2958.82
HexE4544803F44B54a3b
Octal34412411007710413511273
Binary11100100101010010010000111111100010010111011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45448; }

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

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

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

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

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

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

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

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