Html Css Color HEX #E05346 Valencia

📋 copy color: '#E05346'

red 224 ◦ green 83 ◦ blue 70

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

Shades of Valencia #E05346

Tints of Valencia #E05346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 59.42%
G = 22.02%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E05346 (or 0xE05346) is known color: Valencia. HEX triplet: E0, 53 and 46. RGB value is (224,83,70). Sum of RGB (Red+Green+Blue) = 224+83+70=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E05346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05346 is #1FACB9. Grayscale: #7B7B7B. Windows color (decimal): -2075834 or 4608992. OLE color: 4608992.

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

Color convert

RGB 224 83 70 -
CMYK 0 0.63 0.69 0.12
HSL 5.06º 0.71% 0.58% -
HSV(B) 5.06º 0.69% 0.88% -
XYZ 34.94 22.48 8.29 -
YUV 123.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 224 83 70 0 0.63 0.69 0.12 5.06 0.71 0.58
Hex E0 53 46 0 3F 45 C 5 47 3A
Octal 340 123 106 0 77 105 14 5 107 72
Binary 11100000 1010011 1000110 0 111111 1000101 1100 101 1000111 111010

Color Harmonies of #E05346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05346

Black with #E05346

Text Example


Text Example

White with #E05346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05346; }

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

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

background-color css

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

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

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

border-color css

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

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

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