#E44F49

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

Shades of Valencia #E44F49

Tints of Valencia #E44F49

Color information

#E44F49 (or 0xE44F49) is unknown color: approx Valencia. HEX triplet: E4, 4F and 49. RGB value is (228,79,73). Sum of RGB (Red+Green+Blue) = 228+79+73=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44F49 is #1BB0B6. Grayscale: #7B7B7B. Windows color (decimal): -1814711 or 4804580. OLE color: 4804580.

HSL color Cylindrical-coordinate representation of color #E44F49: hue angle of 2.32º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44F49 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB2287973-
CMYK00.650.680.11
HSL2.32º74.16%59.02%-
HSV(B)2.32º67.98%89.41%-
XYZ35.9922.578.76-
YUV122.8799.86202.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 60%
GREEN value IS 79 (31.25% from 255) = 20.79%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=60%
G=20.79%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228797300.650.680.112.3274.1659.02
HexE44F4904144B24a3b
Octal344117111010110413211273
Binary11100100100111110010010100000110001001011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44F49; }

 p { color: rgb(228,79,73); }

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

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

 a { background-color: rgb(228,79,73); }

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

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

 span { border-color: rgb(228,79,73); }

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