Html Css Color HEX #E05145 Valencia

📋 copy color: '#E05145'

red 224 ◦ green 81 ◦ blue 69

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

Shades of Valencia #E05145

Tints of Valencia #E05145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

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

R = 59.89%
G = 21.66%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E05145 (or 0xE05145) is known color: Valencia. HEX triplet: E0, 51 and 45. RGB value is (224,81,69). Sum of RGB (Red+Green+Blue) = 224+81+69=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E05145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05145 is #1FAEBA. Grayscale: #7A7A7A. Windows color (decimal): -2076347 or 4542944. OLE color: 4542944.

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

Color convert

RGB 224 81 69 -
CMYK 0 0.64 0.69 0.12
HSL 4.65º 0.71% 0.57% -
HSV(B) 4.65º 0.69% 0.88% -
XYZ 34.76 22.16 8.08 -
YUV 122.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 224 81 69 0 0.64 0.69 0.12 4.65 0.71 0.57
Hex E0 51 45 0 40 45 C 5 47 39
Octal 340 121 105 0 100 105 14 5 107 71
Binary 11100000 1010001 1000101 0 1000000 1000101 1100 101 1000111 111001

Color Harmonies of #E05145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05145

Black with #E05145

Text Example


Text Example

White with #E05145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05145; }

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

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

background-color css

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

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

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

border-color css

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

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

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