#E15350

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

Shades of Valencia #E15350

Tints of Valencia #E15350

Color information

#E15350 (or 0xE15350) is unknown color: approx Valencia. HEX triplet: E1, 53 and 50. RGB value is (225,83,80). Sum of RGB (Red+Green+Blue) = 225+83+80=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E15350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15350 is #1EACAF. Grayscale: #7D7D7D. Windows color (decimal): -2010288 or 5264353. OLE color: 5264353.

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

Color convert

RGB2258380-
CMYK00.630.640.12
HSL1.24º70.73%59.8%-
HSV(B)1.24º64.44%88.24%-
XYZ35.5922.7710.11-
YUV125.12102.54199.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.99%
GREEN value IS 83 (32.81% from 255) = 21.39%
BLUE value IS 80 (31.64% from 255) = 20.62%
R=57.99%
G=21.39%
B=20.62%

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
Decimal225838000.630.640.121.2470.7359.8
HexE1535003F40C1473c
Octal34112312007710014110774
Binary111000011010011101000001111111000000110011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15350; }

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

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

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

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

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

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

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

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