#E15654

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

Shades of Valencia #E15654

Tints of Valencia #E15654

Color information

#E15654 (or 0xE15654) is unknown color: approx Valencia. HEX triplet: E1, 56 and 54. RGB value is (225,86,84). Sum of RGB (Red+Green+Blue) = 225+86+84=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E15654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15654 is #1EA9AB. Grayscale: #7F7F7F. Windows color (decimal): -2009516 or 5527265. OLE color: 5527265.

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

Color convert

RGB2258684-
CMYK00.620.630.12
HSL0.85º70.15%60.59%-
HSV(B)0.85º62.67%88.24%-
XYZ35.9823.310.99-
YUV127.33103.55197.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.96%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 84 (33.20% from 255) = 21.27%
R=56.96%
G=21.77%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225868400.620.630.120.8570.1560.59
HexE1565403E3FC1463d
Octal3411261240767714110675
Binary11100001101011010101000111110111111110011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15654; }

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

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

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

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

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

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

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

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