#E15340

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

Shades of Valencia #E15340

Tints of Valencia #E15340

Color information

#E15340 (or 0xE15340) is unknown color: approx Valencia. HEX triplet: E1, 53 and 40. RGB value is (225,83,64). Sum of RGB (Red+Green+Blue) = 225+83+64=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E15340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15340 is #1EACBF. Grayscale: #7B7B7B. Windows color (decimal): -2010304 or 4215777. OLE color: 4215777.

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

Color convert

RGB2258364-
CMYK00.630.720.12
HSL7.08º72.85%56.67%-
HSV(B)7.08º71.56%88.24%-
XYZ35.0722.567.36-
YUV123.2994.54200.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.48%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 64 (25.39% from 255) = 17.20%
R=60.48%
G=22.31%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225836400.630.720.127.0872.8556.67
HexE1534003F48C74939
Octal34112310007711014711171
Binary11100001101001110000000111111100100011001111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15340; }

 p { color: rgb(225,83,64); }

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

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

 a { background-color: rgb(225,83,64); }

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

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

 span { border-color: rgb(225,83,64); }

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