Html Css Color HEX #E05044 Valencia

📋 copy color: '#E05044'

red 224 ◦ green 80 ◦ blue 68

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

Shades of Valencia #E05044

Tints of Valencia #E05044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 60.22%
G = 21.51%
B = 18.28%

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

#E05044 (or 0xE05044) is known color: Valencia. HEX triplet: E0, 50 and 44. RGB value is (224,80,68). Sum of RGB (Red+Green+Blue) = 224+80+68=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E05044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05044 is #1FAFBB. Grayscale: #797979. Windows color (decimal): -2076604 or 4477152. OLE color: 4477152.

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

Color convert

RGB 224 80 68 -
CMYK 0 0.64 0.70 0.12
HSL 4.62º 0.72% 0.57% -
HSV(B) 4.62º 0.7% 0.88% -
XYZ 34.65 22 7.89 -
YUV 121.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 224 80 68 0 0.64 0.70 0.12 4.62 0.72 0.57
Hex E0 50 44 0 40 46 C 5 48 39
Octal 340 120 104 0 100 106 14 5 110 71
Binary 11100000 1010000 1000100 0 1000000 1000110 1100 101 1001000 111001

Color Harmonies of #E05044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05044

Black with #E05044

Text Example


Text Example

White with #E05044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05044; }

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

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

background-color css

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

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

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

border-color css

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

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

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