Html Css Color HEX #E05043 Valencia

📋 copy color: '#E05043'

red 224 ◦ green 80 ◦ blue 67

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

Shades of Valencia #E05043

Tints of Valencia #E05043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.06%

R = 60.38%
G = 21.56%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E05043 (or 0xE05043) is known color: Valencia. HEX triplet: E0, 50 and 43. RGB value is (224,80,67). Sum of RGB (Red+Green+Blue) = 224+80+67=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E05043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05043 is #1FAFBC. Grayscale: #797979. Windows color (decimal): -2076605 or 4411616. OLE color: 4411616.

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

Color convert

RGB 224 80 67 -
CMYK 0 0.64 0.70 0.12
HSL 4.97º 0.72% 0.57% -
HSV(B) 4.97º 0.7% 0.88% -
XYZ 34.62 21.99 7.73 -
YUV 121.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 224 80 67 0 0.64 0.70 0.12 4.97 0.72 0.57
Hex E0 50 43 0 40 46 C 5 48 39
Octal 340 120 103 0 100 106 14 5 110 71
Binary 11100000 1010000 1000011 0 1000000 1000110 1100 101 1001000 111001

Color Harmonies of #E05043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05043

Black with #E05043

Text Example


Text Example

White with #E05043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05043; }

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

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

background-color css

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

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

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

border-color css

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

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

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