Html Css Color HEX #E0504C Valencia

📋 copy color: '#E0504C'

red 224 ◦ green 80 ◦ blue 76

#E0504C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #E0504C

Tints of Valencia #E0504C

RGB

 RED value IS 224 (87.89% from 255) = 58.95%

 GREEN value IS 80 (31.64% from 255) = 21.05%

 BLUE value IS 76 (30.08% from 255) = 20%

R = 58.95%
G = 21.05%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0504C (or 0xE0504C) is known color: Valencia. HEX triplet: E0, 50 and 4C. RGB value is (224,80,76). Sum of RGB (Red+Green+Blue) = 224+80+76=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0504C is #1FAFB3. Grayscale: #7A7A7A. Windows color (decimal): -2076596 or 5001440. OLE color: 5001440.

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

Color convert

RGB 224 80 76 -
CMYK 0 0.64 0.66 0.12
HSL 1.62º 0.7% 0.59% -
HSV(B) 1.62º 0.66% 0.88% -
XYZ 34.91 22.11 9.26 -
YUV 122.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 224 80 76 0 0.64 0.66 0.12 1.62 0.7 0.59
Hex E0 50 4C 0 40 42 C 2 46 3B
Octal 340 120 114 0 100 102 14 2 106 73
Binary 11100000 1010000 1001100 0 1000000 1000010 1100 10 1000110 111011

Color Harmonies of #E0504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0504C

Black with #E0504C

Text Example


Text Example

White with #E0504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0504C; }

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

 H1.HeaderClassName
 {
   color: #E0504C;
 }
 .AnyTagClassName
 {
   color: #E0504C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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