#E15349

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

Shades of Valencia #E15349

Tints of Valencia #E15349

Color information

#E15349 (or 0xE15349) is unknown color: approx Valencia. HEX triplet: E1, 53 and 49. RGB value is (225,83,73). Sum of RGB (Red+Green+Blue) = 225+83+73=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E15349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15349 is #1EACB6. Grayscale: #7C7C7C. Windows color (decimal): -2010295 or 4805601. OLE color: 4805601.

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

Color convert

RGB2258373-
CMYK00.630.680.12
HSL3.95º71.7%58.43%-
HSV(B)3.95º67.56%88.24%-
XYZ35.3522.688.82-
YUV124.3299.04199.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.06%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=59.06%
G=21.78%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225837300.630.680.123.9571.758.43
HexE1534903F44C4483a
Octal34112311107710414411072
Binary11100001101001110010010111111100010011001001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15349; }

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

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

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

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

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

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

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

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