Html Css Color HEX #E05146 Valencia

📋 copy color: '#E05146'

red 224 ◦ green 81 ◦ blue 70

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

Shades of Valencia #E05146

Tints of Valencia #E05146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 59.73%
G = 21.6%
B = 18.67%

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

#E05146 (or 0xE05146) is known color: Valencia. HEX triplet: E0, 51 and 46. RGB value is (224,81,70). Sum of RGB (Red+Green+Blue) = 224+81+70=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E05146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05146 is #1FAEB9. Grayscale: #7A7A7A. Windows color (decimal): -2076346 or 4608480. OLE color: 4608480.

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

Color convert

RGB 224 81 70 -
CMYK 0 0.64 0.69 0.12
HSL 4.29º 0.71% 0.58% -
HSV(B) 4.29º 0.69% 0.88% -
XYZ 34.79 22.17 8.24 -
YUV 122.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 224 81 70 0 0.64 0.69 0.12 4.29 0.71 0.58
Hex E0 51 46 0 40 45 C 4 47 3A
Octal 340 121 106 0 100 105 14 4 107 72
Binary 11100000 1010001 1000110 0 1000000 1000101 1100 100 1000111 111010

Color Harmonies of #E05146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05146

Black with #E05146

Text Example


Text Example

White with #E05146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05146; }

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

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

background-color css

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

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

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

border-color css

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

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

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