#E15043

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

Shades of Valencia #E15043

Tints of Valencia #E15043

Color information

#E15043 (or 0xE15043) is unknown color: approx Valencia. HEX triplet: E1, 50 and 43. RGB value is (225,80,67). Sum of RGB (Red+Green+Blue) = 225+80+67=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E15043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15043 is #1EAFBC. Grayscale: #7A7A7A. Windows color (decimal): -2011069 or 4411617. OLE color: 4411617.

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

Color convert

RGB2258067-
CMYK00.640.700.12
HSL4.94º72.48%57.25%-
HSV(B)4.94º70.22%88.24%-
XYZ34.9322.157.74-
YUV121.8797.04201.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.48%
GREEN value IS 80 (31.64% from 255) = 21.51%
BLUE value IS 67 (26.56% from 255) = 18.01%
R=60.48%
G=21.51%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225806700.640.700.124.9472.4857.25
HexE1504304046C54839
Octal341120103010010614511071
Binary111000011010000100001101000000100011011001011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15043; }

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

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

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

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

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

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

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

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