#E5524C

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

Shades of Valencia #E5524C

Tints of Valencia #E5524C

Color information

#E5524C (or 0xE5524C) is unknown color: approx Valencia. HEX triplet: E5, 52 and 4C. RGB value is (229,82,76). Sum of RGB (Red+Green+Blue) = 229+82+76=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5524C is #1AADB3. Grayscale: #7D7D7D. Windows color (decimal): -1748404 or 5001957. OLE color: 5001957.

HSL color Cylindrical-coordinate representation of color #E5524C: hue angle of 2.35º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5524C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB2298276-
CMYK00.640.670.10
HSL2.35º74.63%59.8%-
HSV(B)2.35º66.81%89.8%-
XYZ36.6323.219.39-
YUV125.27100.2201.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.17%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 76 (30.08% from 255) = 19.64%
R=59.17%
G=21.19%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229827600.640.670.102.3574.6359.8
HexE5524C04043A24b3c
Octal345122114010010312211374
Binary11100101101001010011000100000010000111010101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5524C; }

 p { color: rgb(229,82,76); }

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

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

 a { background-color: rgb(229,82,76); }

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

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

 span { border-color: rgb(229,82,76); }

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