#E64E47

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

Shades of Valencia #E64E47

Tints of Valencia #E64E47

Color information

#E64E47 (or 0xE64E47) is unknown color: approx Valencia. HEX triplet: E6, 4E and 47. RGB value is (230,78,71). Sum of RGB (Red+Green+Blue) = 230+78+71=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64E47 is #19B1B8. Grayscale: #7A7A7A. Windows color (decimal): -1683897 or 4673254. OLE color: 4673254.

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

Color convert

RGB2307871-
CMYK00.660.690.10
HSL2.64º76.08%59.02%-
HSV(B)2.64º69.13%90.2%-
XYZ36.4922.738.42-
YUV122.6598.86204.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.69%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 71 (28.12% from 255) = 18.73%
R=60.69%
G=20.58%
B=18.73%

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
Decimal230787100.660.690.102.6476.0859.02
HexE64E4704245A34c3b
Octal346116107010210512311473
Binary11100110100111010001110100001010001011010111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64E47; }

 p { color: rgb(230,78,71); }

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

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

 a { background-color: rgb(230,78,71); }

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

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

 span { border-color: rgb(230,78,71); }

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