#E24F45

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

Shades of Valencia #E24F45

Tints of Valencia #E24F45

Color information

#E24F45 (or 0xE24F45) is unknown color: approx Valencia. HEX triplet: E2, 4F and 45. RGB value is (226,79,69). Sum of RGB (Red+Green+Blue) = 226+79+69=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24F45 is #1DB0BA. Grayscale: #7A7A7A. Windows color (decimal): -1945787 or 4542434. OLE color: 4542434.

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

Color convert

RGB2267969-
CMYK00.650.690.11
HSL3.82º73.02%57.84%-
HSV(B)3.82º69.47%88.63%-
XYZ35.2322.198.06-
YUV121.8198.2202.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.43%
GREEN value IS 79 (31.25% from 255) = 21.12%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=60.43%
G=21.12%
B=18.45%

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
Decimal226796900.650.690.113.8273.0257.84
HexE24F4504145B4493a
Octal342117105010110513411172
Binary111000101001111100010101000001100010110111001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24F45; }

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

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

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

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

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

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

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

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