#E15450

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

Shades of Valencia #E15450

Tints of Valencia #E15450

Color information

#E15450 (or 0xE15450) is unknown color: approx Valencia. HEX triplet: E1, 54 and 50. RGB value is (225,84,80). Sum of RGB (Red+Green+Blue) = 225+84+80=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E15450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15450 is #1EABAF. Grayscale: #7D7D7D. Windows color (decimal): -2010032 or 5264609. OLE color: 5264609.

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

Color convert

RGB2258480-
CMYK00.630.640.12
HSL1.66º70.73%59.8%-
HSV(B)1.66º64.44%88.24%-
XYZ35.6722.9310.13-
YUV125.7102.21198.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.84%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=57.84%
G=21.59%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225848000.630.640.121.6670.7359.8
HexE1545003F40C2473c
Octal34112412007710014210774
Binary1110000110101001010000011111110000001100101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15450; }

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

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

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

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

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

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

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

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