#E15650

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

Shades of Valencia #E15650

Tints of Valencia #E15650

Color information

#E15650 (or 0xE15650) is unknown color: approx Valencia. HEX triplet: E1, 56 and 50. RGB value is (225,86,80). Sum of RGB (Red+Green+Blue) = 225+86+80=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E15650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15650 is #1EA9AF. Grayscale: #7F7F7F. Windows color (decimal): -2009520 or 5265121. OLE color: 5265121.

HSL color Cylindrical-coordinate representation of color #E15650: hue angle of 2.48º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15650 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB2258680-
CMYK00.620.640.12
HSL2.48º70.73%59.8%-
HSV(B)2.48º64.44%88.24%-
XYZ35.8323.2410.19-
YUV126.88101.55197.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.54%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=57.54%
G=21.99%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225868000.620.640.122.4870.7359.8
HexE1565003E40C2473c
Octal34112612007610014210774
Binary1110000110101101010000011111010000001100101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15650; }

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

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

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

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

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

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

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

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