Html Css Color HEX #E05049 Valencia

📋 copy color: '#E05049'

red 224 ◦ green 80 ◦ blue 73

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

Shades of Valencia #E05049

Tints of Valencia #E05049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.36%

R = 59.42%
G = 21.22%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E05049 (or 0xE05049) is known color: Valencia. HEX triplet: E0, 50 and 49. RGB value is (224,80,73). Sum of RGB (Red+Green+Blue) = 224+80+73=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E05049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05049 is #1FAFB6. Grayscale: #7A7A7A. Windows color (decimal): -2076599 or 4804832. OLE color: 4804832.

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

Color convert

RGB 224 80 73 -
CMYK 0 0.64 0.67 0.12
HSL 2.78º 0.71% 0.58% -
HSV(B) 2.78º 0.67% 0.88% -
XYZ 34.81 22.07 8.73 -
YUV 122.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 224 80 73 0 0.64 0.67 0.12 2.78 0.71 0.58
Hex E0 50 49 0 40 43 C 3 47 3A
Octal 340 120 111 0 100 103 14 3 107 72
Binary 11100000 1010000 1001001 0 1000000 1000011 1100 11 1000111 111010

Color Harmonies of #E05049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05049

Black with #E05049

Text Example


Text Example

White with #E05049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05049; }

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

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

background-color css

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

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

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

border-color css

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

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

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