#E44B48

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

Shades of Valencia #E44B48

Tints of Valencia #E44B48

Color information

#E44B48 (or 0xE44B48) is unknown color: approx Valencia. HEX triplet: E4, 4B and 48. RGB value is (228,75,72). Sum of RGB (Red+Green+Blue) = 228+75+72=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E44B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44B48 is #1BB4B7. Grayscale: #787878. Windows color (decimal): -1815736 or 4738020. OLE color: 4738020.

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

Color convert

RGB2287572-
CMYK00.670.680.11
HSL1.15º74.29%58.82%-
HSV(B)1.15º68.42%89.41%-
XYZ35.6821.998.5-
YUV120.4100.69204.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 60.8%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=60.8%
G=20%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228757200.670.680.111.1574.2958.82
HexE44B4804344B14a3b
Octal344113110010310413111273
Binary1110010010010111001000010000111000100101111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44B48; }

 p { color: rgb(228,75,72); }

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

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

 a { background-color: rgb(228,75,72); }

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

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

 span { border-color: rgb(228,75,72); }

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