Html Css Color HEX #E05749 Valencia

📋 copy color: '#E05749'

red 224 ◦ green 87 ◦ blue 73

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

Shades of Valencia #E05749

Tints of Valencia #E05749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.66%

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

R = 58.33%
G = 22.66%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E05749 (or 0xE05749) is known color: Valencia. HEX triplet: E0, 57 and 49. RGB value is (224,87,73). Sum of RGB (Red+Green+Blue) = 224+87+73=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E05749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05749 is #1FA8B6. Grayscale: #7E7E7E. Windows color (decimal): -2074807 or 4806624. OLE color: 4806624.

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

Color convert

RGB 224 87 73 -
CMYK 0 0.61 0.67 0.12
HSL 5.56º 0.71% 0.58% -
HSV(B) 5.56º 0.67% 0.88% -
XYZ 35.35 23.14 8.91 -
YUV 126.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 224 87 73 0 0.61 0.67 0.12 5.56 0.71 0.58
Hex E0 57 49 0 3D 43 C 6 47 3A
Octal 340 127 111 0 75 103 14 6 107 72
Binary 11100000 1010111 1001001 0 111101 1000011 1100 110 1000111 111010

Color Harmonies of #E05749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05749

Black with #E05749

Text Example


Text Example

White with #E05749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05749; }

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

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

background-color css

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

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

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

border-color css

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

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

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