#E05144

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

Shades of Valencia #E05144

Tints of Valencia #E05144

Color information

#E05144 (or 0xE05144) is unknown color: approx Valencia. HEX triplet: E0, 51 and 44. RGB value is (224,81,68). Sum of RGB (Red+Green+Blue) = 224+81+68=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E05144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05144 is #1FAEBB. Grayscale: #7A7A7A. Windows color (decimal): -2076348 or 4477408. OLE color: 4477408.

HSL color Cylindrical-coordinate representation of color #E05144: hue angle of 5º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E05144 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2248168-
CMYK00.640.700.12
HSL71.56%57.25%-
HSV(B)69.64%87.84%-
XYZ34.7322.157.91-
YUV122.2897.38200.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.05%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=60.05%
G=21.72%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224816800.640.700.12571.5657.25
HexE0514404046C54839
Octal340121104010010614511071
Binary111000001010001100010001000000100011011001011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05144; }

 p { color: rgb(224,81,68); }

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

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

 a { background-color: rgb(224,81,68); }

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

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

 span { border-color: rgb(224,81,68); }

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