#E44E49

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

Shades of Valencia #E44E49

Tints of Valencia #E44E49

Color information

#E44E49 (or 0xE44E49) is unknown color: approx Valencia. HEX triplet: E4, 4E and 49. RGB value is (228,78,73). Sum of RGB (Red+Green+Blue) = 228+78+73=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44E49 is #1BB1B6. Grayscale: #7A7A7A. Windows color (decimal): -1814967 or 4804324. OLE color: 4804324.

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

Color convert

RGB2287873-
CMYK00.660.680.11
HSL1.94º74.16%59.02%-
HSV(B)1.94º67.98%89.41%-
XYZ35.9222.428.74-
YUV122.28100.2203.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 60.16%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=60.16%
G=20.58%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228787300.660.680.111.9474.1659.02
HexE44E4904244B24a3b
Octal344116111010210413211273
Binary11100100100111010010010100001010001001011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44E49; }

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

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

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

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

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

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

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

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