Html Css Color HEX #E05440 Valencia

📋 copy color: '#E05440'

red 224 ◦ green 84 ◦ blue 64

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

Shades of Valencia #E05440

Tints of Valencia #E05440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

 BLUE value IS 64 (25.39% from 255) = 17.2%

R = 60.22%
G = 22.58%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05440 (or 0xE05440) is known color: Valencia. HEX triplet: E0, 54 and 40. RGB value is (224,84,64). Sum of RGB (Red+Green+Blue) = 224+84+64=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E05440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05440 is #1FABBF. Grayscale: #7B7B7B. Windows color (decimal): -2075584 or 4216032. OLE color: 4216032.

HSL color Cylindrical-coordinate representation of color #E05440: hue angle of 7.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E05440 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 84 64 -
CMYK 0 0.62 0.71 0.12
HSL 7.5º 0.72% 0.56% -
HSV(B) 7.5º 0.71% 0.88% -
XYZ 34.84 22.56 7.37 -
YUV 123.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 224 84 64 0 0.62 0.71 0.12 7.5 0.72 0.56
Hex E0 54 40 0 3E 47 C 8 48 38
Octal 340 124 100 0 76 107 14 10 110 70
Binary 11100000 1010100 1000000 0 111110 1000111 1100 1000 1001000 111000

Color Harmonies of #E05440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05440

Black with #E05440

Text Example


Text Example

White with #E05440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05440; }

 p { color: rgb(224,84,64); }

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

background-color css

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

 a { background-color: rgb(224,84,64); }

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

border-color css

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

 span { border-color: rgb(224,84,64); }

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