#E64F48

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

Shades of Valencia #E64F48

Tints of Valencia #E64F48

Color information

#E64F48 (or 0xE64F48) is unknown color: approx Valencia. HEX triplet: E6, 4F and 48. RGB value is (230,79,72). Sum of RGB (Red+Green+Blue) = 230+79+72=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F48 is #19B0B7. Grayscale: #7B7B7B. Windows color (decimal): -1683640 or 4739046. OLE color: 4739046.

HSL color Cylindrical-coordinate representation of color #E64F48: hue angle of 2.66º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64F48 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB2307972-
CMYK00.660.690.10
HSL2.66º75.96%59.22%-
HSV(B)2.66º68.7%90.2%-
XYZ36.622.888.62-
YUV123.3599.03204.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.37%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=60.37%
G=20.73%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230797200.660.690.102.6675.9659.22
HexE64F4804245A34c3b
Octal346117110010210512311473
Binary11100110100111110010000100001010001011010111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64F48; }

 p { color: rgb(230,79,72); }

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

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

 a { background-color: rgb(230,79,72); }

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

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

 span { border-color: rgb(230,79,72); }

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