#E25546

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

Shades of Valencia #E25546

Tints of Valencia #E25546

Color information

#E25546 (or 0xE25546) is unknown color: approx Valencia. HEX triplet: E2, 55 and 46. RGB value is (226,85,70). Sum of RGB (Red+Green+Blue) = 226+85+70=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E25546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25546 is #1DAAB9. Grayscale: #7D7D7D. Windows color (decimal): -1944250 or 4609506. OLE color: 4609506.

HSL color Cylindrical-coordinate representation of color #E25546: hue angle of 5.77º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E25546 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB2268570-
CMYK00.620.690.11
HSL5.77º72.9%58.04%-
HSV(B)5.77º69.03%88.63%-
XYZ35.7223.118.37-
YUV125.4596.71199.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.32%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 70 (27.73% from 255) = 18.37%
R=59.32%
G=22.31%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226857000.620.690.115.7772.958.04
HexE2554603E45B6493a
Octal34212510607610513611172
Binary11100010101010110001100111110100010110111101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25546; }

 p { color: rgb(226,85,70); }

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

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

 a { background-color: rgb(226,85,70); }

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

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

 span { border-color: rgb(226,85,70); }

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