#E15644

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

Shades of Valencia #E15644

Tints of Valencia #E15644

Color information

#E15644 (or 0xE15644) is unknown color: approx Valencia. HEX triplet: E1, 56 and 44. RGB value is (225,86,68). Sum of RGB (Red+Green+Blue) = 225+86+68=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E15644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15644 is #1EA9BB. Grayscale: #7D7D7D. Windows color (decimal): -2009532 or 4478689. OLE color: 4478689.

HSL color Cylindrical-coordinate representation of color #E15644: hue angle of 6.88º 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 #E15644 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2258668-
CMYK00.620.700.12
HSL6.88º72.35%57.45%-
HSV(B)6.88º69.78%88.24%-
XYZ35.4223.088.06-
YUV125.5195.55198.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.37%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 68 (26.95% from 255) = 17.94%
R=59.37%
G=22.69%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225866800.620.700.126.8872.3557.45
HexE1564403E46C74839
Octal34112610407610614711071
Binary11100001101011010001000111110100011011001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15644; }

 p { color: rgb(225,86,68); }

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

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

 a { background-color: rgb(225,86,68); }

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

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

 span { border-color: rgb(225,86,68); }

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