#e45044

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

Shades of Valencia #E45044

Tints of Valencia #E45044

Color information

#E45044 (or 0xE45044) is unknown color: approx Valencia. HEX triplet: E4, 50 and 44. RGB value is (228,80,68). Sum of RGB (Red+Green+Blue) = 228+80+68=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E45044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45044 is #1BAFBB. Grayscale: #7B7B7B. Windows color (decimal): -1814460 or 4477156. OLE color: 4477156.

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

Color convert

RGB2288068-
CMYK00.650.700.11
HSL4.5º74.77%58.04%-
HSV(B)4.5º70.18%89.41%-
XYZ35.9122.657.95-
YUV122.8897.03202.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 60.64%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 68 (26.95% from 255) = 18.09%
R=60.64%
G=21.28%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228806800.650.700.114.574.7758.04
HexE4504404146B54b3a
Octal344120104010110613511372
Binary111001001010000100010001000001100011010111011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e45044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e45044; }

 p { color: rgb(228,80,68); }

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

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

 a { background-color: rgb(228,80,68); }

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

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

 span { border-color: rgb(228,80,68); }

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