#E0504D

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

Shades of Valencia #E0504D

Tints of Valencia #E0504D

Color information

#E0504D (or 0xE0504D) is unknown color: approx Valencia. HEX triplet: E0, 50 and 4D. RGB value is (224,80,77). Sum of RGB (Red+Green+Blue) = 224+80+77=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0504D is #1FAFB2. Grayscale: #7A7A7A. Windows color (decimal): -2076595 or 5066976. OLE color: 5066976.

HSL color Cylindrical-coordinate representation of color #E0504D: hue angle of 1.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0504D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB2248077-
CMYK00.640.660.12
HSL1.22º70.33%59.02%-
HSV(B)1.22º65.62%87.84%-
XYZ34.9522.129.45-
YUV122.71102.21200.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.79%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=58.79%
G=21.00%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224807700.640.660.121.2270.3359.02
HexE0504D04042C1463b
Octal340120115010010214110673
Binary1110000010100001001101010000001000010110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0504D; }

 p { color: rgb(224,80,77); }

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

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

 a { background-color: rgb(224,80,77); }

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

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

 span { border-color: rgb(224,80,77); }

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