#E54D4C

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

Shades of Valencia #E54D4C

Tints of Valencia #E54D4C

Color information

#E54D4C (or 0xE54D4C) is unknown color: approx Valencia. HEX triplet: E5, 4D and 4C. RGB value is (229,77,76). Sum of RGB (Red+Green+Blue) = 229+77+76=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54D4C is #1AB2B3. Grayscale: #7A7A7A. Windows color (decimal): -1749684 or 5000677. OLE color: 5000677.

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

Color convert

RGB2297776-
CMYK00.660.670.10
HSL0.39º74.63%59.8%-
HSV(B)0.39º66.81%89.8%-
XYZ36.2722.499.27-
YUV122.33101.86204.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.95%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=59.95%
G=20.16%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229777600.660.670.100.3974.6359.8
HexE54D4C04243A04b3c
Octal345115114010210312011374
Binary1110010110011011001100010000101000011101001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54D4C; }

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

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

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

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

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

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

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

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