#E25045

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

Shades of Valencia #E25045

Tints of Valencia #E25045

Color information

#E25045 (or 0xE25045) is unknown color: approx Valencia. HEX triplet: E2, 50 and 45. RGB value is (226,80,69). Sum of RGB (Red+Green+Blue) = 226+80+69=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E25045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25045 is #1DAFBA. Grayscale: #7A7A7A. Windows color (decimal): -1945531 or 4542690. OLE color: 4542690.

HSL color Cylindrical-coordinate representation of color #E25045: hue angle of 4.2º 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 #E25045 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB2268069-
CMYK00.650.690.11
HSL4.2º73.02%57.84%-
HSV(B)4.2º69.47%88.63%-
XYZ35.3122.348.08-
YUV122.497.87201.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.27%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=60.27%
G=21.33%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226806900.650.690.114.273.0257.84
HexE2504504145B4493a
Octal342120105010110513411172
Binary111000101010000100010101000001100010110111001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25045; }

 p { color: rgb(226,80,69); }

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

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

 a { background-color: rgb(226,80,69); }

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

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

 span { border-color: rgb(226,80,69); }

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