#E15351

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

Shades of Valencia #E15351

Tints of Valencia #E15351

Color information

#E15351 (or 0xE15351) is unknown color: approx Valencia. HEX triplet: E1, 53 and 51. RGB value is (225,83,81). Sum of RGB (Red+Green+Blue) = 225+83+81=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E15351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15351 is #1EACAE. Grayscale: #7D7D7D. Windows color (decimal): -2010287 or 5329889. OLE color: 5329889.

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

Color convert

RGB2258381-
CMYK00.630.640.12
HSL0.83º70.59%60%-
HSV(B)0.83º64%88.24%-
XYZ35.6322.7910.31-
YUV125.23103.04199.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.84%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=57.84%
G=21.34%
B=20.82%

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
Decimal225838100.630.640.120.8370.5960
HexE1535103F40C1473c
Octal34112312107710014110774
Binary111000011010011101000101111111000000110011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15351; }

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

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

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

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

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

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

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

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