Html Css Color HEX #E05041 Valencia

📋 copy color: '#E05041'

red 224 ◦ green 80 ◦ blue 65

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

Shades of Valencia #E05041

Tints of Valencia #E05041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 60.7%
G = 21.68%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05041 (or 0xE05041) is known color: Valencia. HEX triplet: E0, 50 and 41. RGB value is (224,80,65). Sum of RGB (Red+Green+Blue) = 224+80+65=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E05041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05041 is #1FAFBE. Grayscale: #797979. Windows color (decimal): -2076607 or 4280544. OLE color: 4280544.

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

Color convert

RGB 224 80 65 -
CMYK 0 0.64 0.71 0.12
HSL 5.66º 0.72% 0.57% -
HSV(B) 5.66º 0.71% 0.88% -
XYZ 34.56 21.97 7.42 -
YUV 121.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 224 80 65 0 0.64 0.71 0.12 5.66 0.72 0.57
Hex E0 50 41 0 40 47 C 6 48 39
Octal 340 120 101 0 100 107 14 6 110 71
Binary 11100000 1010000 1000001 0 1000000 1000111 1100 110 1001000 111001

Color Harmonies of #E05041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05041

Black with #E05041

Text Example


Text Example

White with #E05041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05041; }

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

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

background-color css

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

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

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

border-color css

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

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

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