Html Css Color HEX #E05444 Valencia

📋 copy color: '#E05444'

red 224 ◦ green 84 ◦ blue 68

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

Shades of Valencia #E05444

Tints of Valencia #E05444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.34%

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

R = 59.57%
G = 22.34%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E05444 (or 0xE05444) is known color: Valencia. HEX triplet: E0, 54 and 44. RGB value is (224,84,68). Sum of RGB (Red+Green+Blue) = 224+84+68=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E05444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05444 is #1FABBB. Grayscale: #7C7C7C. Windows color (decimal): -2075580 or 4478176. OLE color: 4478176.

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

Color convert

RGB 224 84 68 -
CMYK 0 0.62 0.70 0.12
HSL 6.15º 0.72% 0.57% -
HSV(B) 6.15º 0.7% 0.88% -
XYZ 34.95 22.61 7.99 -
YUV 124.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 224 84 68 0 0.62 0.70 0.12 6.15 0.72 0.57
Hex E0 54 44 0 3E 46 C 6 48 39
Octal 340 124 104 0 76 106 14 6 110 71
Binary 11100000 1010100 1000100 0 111110 1000110 1100 110 1001000 111001

Color Harmonies of #E05444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05444

Black with #E05444

Text Example


Text Example

White with #E05444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05444; }

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

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

background-color css

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

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

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

border-color css

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

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

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