Html Css Color HEX #E05445 Valencia

📋 copy color: '#E05445'

red 224 ◦ green 84 ◦ blue 69

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

Shades of Valencia #E05445

Tints of Valencia #E05445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 59.42%
G = 22.28%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E05445 (or 0xE05445) is known color: Valencia. HEX triplet: E0, 54 and 45. RGB value is (224,84,69). Sum of RGB (Red+Green+Blue) = 224+84+69=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E05445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05445 is #1FABBA. Grayscale: #7C7C7C. Windows color (decimal): -2075579 or 4543712. OLE color: 4543712.

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

Color convert

RGB 224 84 69 -
CMYK 0 0.62 0.69 0.12
HSL 5.81º 0.71% 0.57% -
HSV(B) 5.81º 0.69% 0.88% -
XYZ 34.98 22.62 8.15 -
YUV 124.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 224 84 69 0 0.62 0.69 0.12 5.81 0.71 0.57
Hex E0 54 45 0 3E 45 C 6 47 39
Octal 340 124 105 0 76 105 14 6 107 71
Binary 11100000 1010100 1000101 0 111110 1000101 1100 110 1000111 111001

Color Harmonies of #E05445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05445

Black with #E05445

Text Example


Text Example

White with #E05445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05445; }

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

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

background-color css

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

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

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

border-color css

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

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

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