#E15249

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

Shades of Valencia #E15249

Tints of Valencia #E15249

Color information

#E15249 (or 0xE15249) is unknown color: approx Valencia. HEX triplet: E1, 52 and 49. RGB value is (225,82,73). Sum of RGB (Red+Green+Blue) = 225+82+73=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E15249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15249 is #1EADB6. Grayscale: #7B7B7B. Windows color (decimal): -2010551 or 4805345. OLE color: 4805345.

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

Color convert

RGB2258273-
CMYK00.640.680.12
HSL3.55º71.7%58.43%-
HSV(B)3.55º67.56%88.24%-
XYZ35.2722.528.79-
YUV123.7399.38200.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.21%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=59.21%
G=21.58%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225827300.640.680.123.5571.758.43
HexE1524904044C4483a
Octal341122111010010414411072
Binary111000011010010100100101000000100010011001001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15249; }

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

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

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

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

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

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

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

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